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

IWizardCustomizationService.CustomizeReportWizard(IWizardCustomization<XtraReportModel>) Method

Enables customization of the Report Wizard pages.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

void CustomizeReportWizard(
    IWizardCustomization<XtraReportModel> tool
)

Parameters

Name Type Description
tool IWizardCustomization<XtraReportModel>

An object implementing the IWizardCustomization<TModel> interface, specifying the XtraReportModel.

See Also