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

ReportLocalizationMode Enum

Specifies whether the report uses localizaton strings embedded in a report (contained in the REPX file) or loads the localized resources from satellite resource assemblies.

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.1.dll

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

Declaration

public enum ReportLocalizationMode

Members

Name Description
UseSatelliteAssemblies

Localization strings are obtained from satellite assemblies.

EmbedInReport

Localization strings are stored in the .REPX file.

See Also