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.Wizards3

Assembly: DevExpress.XtraReports.v19.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

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