Skip to main content

Localizing Your DevExpress-powered .NET App – Your Feedback Matters

We hope to validate a few hypotheses about our Localization Service, Unified Component Installer, overall localization quality, and ways to translate strings in general.

Take the survey Not interested

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

NuGet Package: DevExpress.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

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