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()
 

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