[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LocalizationResource.GetResourceValue

GetResourceValue Method

GetResourceValue(string)

Gets the resource value using the specified key.

Declaration
public string GetResourceValue(string key)
Parameters
Type Name Description
string key

A string value indicating the resource key, based on the template: [control name].[property name].

Returns
Type Description
string

A string value indicating the resource value.

Examples
textBox1.Value = localizationResource.GetResourceValue("TextBox1.Value");