[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LocalizationResource.AddResourceValue

AddResourceValue Method

AddResourceValue(string, string)

Adds a resource value for the given key.

Declaration
public void AddResourceValue(string key, string value)
Parameters
Type Name Description
string key

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

string value

A string value indicating the resource value.

Examples
localizationResource.AddResourceValue("TextBox1.Value", "Text Value");