ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Viewer Assembly / GrapeCity.ActiveReports.Blazor.Viewer Namespace / ReportViewer Class / LocaleData Property

In This Topic
    LocaleData Property (ReportViewer)
    In This Topic
    Gets or sets the JSON containing the localization strings.
    Syntax
    'Declaration
     
    Public Property LocaleData As String
    public string LocaleData {get; set;}

    Property Value

    A JSON string representing the localization data.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also