XtraReport.LocalizationItems Property
Provides access to a collection of items that combine the property name, its value and a language name.
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v24.1.dll
NuGet Package: DevExpress.Reporting.Core
Declaration
Property Value
Type | Description |
---|---|
LocalizationItemCollection | A collection of LocalizationItem objects that combine localized properties, their values and culture identifiers. |
Remarks
Important
Do not modify this collection directly. To localize a report, use the Report Designer or invoke the Localization Editor.
A localized report contains a collection of LocalizationItem objects accessible with the LocalizationItems
property.
See Also