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

IWizardCustomizationService.CustomizeDataSourceWizard(IWizardCustomization<XtraReportModel>) Method

Enables customization of the Data Source Wizard pages.

Namespace: DevExpress.XtraReports.Wizards

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

Declaration

void CustomizeDataSourceWizard(
    IWizardCustomization<XtraReportModel> tool
)

Parameters

Name Type Description
tool IWizardCustomization<XtraReportModel>

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

See Also