Skip to main content
A newer version of this page is available. .

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.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

Declaration

[Browsable(false)]
public LocalizationItemCollection LocalizationItems { get; }

Property Value

Type Description
LocalizationItemCollection

A collection of LocalizationItem objects that combine localized properties, their values and culture identifiers.

Remarks

A localized report contains a collection of LocalizationItem objects accessible with the LocalizationItems property.

Do not modify this collection directly. To localize a report, use the Report Designer or invoke the Localization Editor.

See Also