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

In This Topic
    Locale Property (ReportViewer)
    In This Topic
    Gets or sets the locale used for displaying the Viewer.
    Syntax
    'Declaration
     
    Public Property Locale As String
    public string Locale {get; set;}

    Property Value

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