ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering Namespace / ILocalizedTextService Interface / GetLocalizedText Method
The name of the resource property for which to retrieve localized text.

In This Topic
    GetLocalizedText Method
    In This Topic
    Gets the localized text for the specified resource property name.
    Syntax
    'Declaration
     
    Function GetLocalizedText( _
       ByVal resourcePropertyName As String _
    ) As String
    string GetLocalizedText( 
       string resourcePropertyName
    )

    Parameters

    resourcePropertyName
    The name of the resource property for which to retrieve localized text.

    Return Value

    A System.String containing the localized text.
    See Also