ActiveReports 19 .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 localization resources for the report.
    Syntax
    'Declaration
     
    Public ReadOnly Property LocalizationResources As LocalizationResourceCollection
    public LocalizationResourceCollection LocalizationResources {get;}

    Property Value

    A LocalizationResourceCollection object containing localization resources associated with the report.
    See Also