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

IWizardCustomizationService Methods

Obsolete. Obsolete. Use the IWizardCustomizationService interface instead.
Name Description
CustomizeDataSourceWizard(IWizardCustomization<XtraReportModel>) Enables customization of the Data Source Wizard pages.
CustomizeReportWizard(IWizardCustomization<XtraReportModel>) Enables customization of the Report Wizard pages.
TryCreateDataSource(IDataSourceModel, out Object, out String) Creates a new report data source with the specified settings.
TryCreateReport(IDesignerHost, XtraReportModel, Object, String) Creates a new report with the specified settings.
See Also