ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Blazor.Designer Assembly / GrapeCity.ActiveReports.Blazor.Designer Namespace / ReportDesigner Class / LocalizationResources Property

In This Topic
    LocalizationResources Property (ReportDesigner)
    In This Topic
    Gets or sets localization resources for a specific language.
    Syntax
    'Declaration
     
    Public Property LocalizationResources As LocalizationResources()
    public LocalizationResources[] LocalizationResources {get; set;}

    Property Value

    An array of LocalizationResources objects representing the localization resources.
    Remarks
    This property can only be set once during object initialization and cannot be changed afterwards.
    See Also