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

ReportDataSourceHelper.RegisterReportEnumLocalizer(XtraReport) Method

Registers a localizer for enumeration types used in a report.

Namespace: DevExpress.ExpressApp.ReportsV2

Assembly: DevExpress.ExpressApp.ReportsV2.v18.2.dll

Declaration

public void RegisterReportEnumLocalizer(
    XtraReport report
)

Parameters

Name Type Description
report XtraReport

An XtraReport object that specifies the report.

Remarks

The RegisterReportEnumLocalizer method is called by the ReportDataSourceHelper.SetupReport method. You can override the virtual CreateReportEnumLocalizer method to customize the RegisterReportEnumLocalizer method behavior. To use your own implementation of the ReportDataSourceHelper class, assign its instance to the ReportsModuleV2.ReportsDataSourceHelper property.

See Also