Skip to main content
All docs
V25.1
  • .NET 8.0+

    ReportDataSourceHelperBase.RegisterReportEnumLocalizer(XtraReport) Method

    Registers a localizer for enumeration types used in a report.

    Namespace: DevExpress.ExpressApp.ReportsV2.Services

    Assembly: DevExpress.ExpressApp.ReportsV2.v25.1.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 ReportDataSourceHelperBase.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