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

In This Topic
    LocalizationResources Property
    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