ActiveReports Developer 7
LocalizationResources Property
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.PageReportModel Namespace > Report Class : LocalizationResources Property

Glossary Item Box

Gets the collection of the localization resources for the report.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property LocalizationResources As LocalizationResourceCollection
C# 
public LocalizationResourceCollection LocalizationResources {get;}

Property Value

The collection of the localization resources for the report.

See Also