ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / LocalizationResource Class / AddResourceValue Method
The resource key, based on the template: [control name].[property name].
The resource value string.

In This Topic
    AddResourceValue Method
    In This Topic
    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