ActiveReports 12
AddResourceValue Method

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > LocalizationResource Class : AddResourceValue Method
The resource key, based on the template: [control name].[property name].
The resource value string.
Adds a resource value for the given key.
Syntax
'Declaration
 
Public Sub AddResourceValue( _
   ByVal key As String, _
   ByVal value As String _
) 
public void AddResourceValue( 
   string key,
   string value
)

Parameters

key
The resource key, based on the template: [control name].[property name].
value
The resource value string.
See Also

Reference

LocalizationResource Class
LocalizationResource Members