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

In This Topic
    GetResourceValue Method
    In This Topic
    Get the resource value for the given key.
    Syntax
    'Declaration
     
    Public Function GetResourceValue( _
       ByVal key As String _
    ) As String
    public string GetResourceValue( 
       string key
    )

    Parameters

    key
    The resource key, based on the template: [control name].[property name].

    Return Value

    The resource value string.
    See Also