IWizardCustomizationService.CustomizeReportWizard(IWizardCustomization<XtraReportModel>) Method
In This Article
Enables customization of the Report Wizard pages.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
void CustomizeReportWizard(
IWizardCustomization<XtraReportModel> tool
)
#Parameters
Name | Type | Description |
---|---|---|
tool | IWizard |
An object implementing the IWizard |
See Also