ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Report Class / LocalizationResources Property

In This Topic
    LocalizationResources Property (Report)
    In This Topic

    Gets the collection of the localization resources for the report.

    Syntax
    'Declaration
     
    Public ReadOnly Property LocalizationResources As LocalizationResourceCollection
    public LocalizationResourceCollection LocalizationResources {get;}

    Property Value

    The collection of the localization resources for the report.

    See Also