IWizardCustomizationService.CustomizeReportWizard(IWizardCustomization<XtraReportModel>) Method
Enables customization of the Report Wizard pages.
Namespace: DevExpress.XtraReports.Wizards
Assembly: DevExpress.XtraReports.v24.1.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
Declaration
Parameters
Name | Type | Description |
---|---|---|
tool | IWizardCustomization<XtraReportModel> | An object implementing the IWizardCustomization<TModel> interface, specifying the XtraReportModel. |
See Also