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

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

    Property Value

    The URL of the file as a System.String.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also