IWizardCustomizationService Methods
If implemented, enables customization of the Report Wizard pages in WPF applications.| Name | Description |
|---|---|
| CustomizeDataSourceWizard(DataSourceWizardCustomizationModel, ViewModelSourceIntegrityContainer) | Enables customization of the Data Source Wizard pages. Inherited from IDataSourceWizardCustomizationService. |
| CustomizeReportWizard(ReportWizardCustomizationModel, ViewModelSourceIntegrityContainer) | Enables customization of the Report Wizard pages. |
| TryCreateDataSource(IDataSourceModel, out Object, out String) | Creates a new report data source with the specified settings. Inherited from IDataSourceWizardCustomizationService. |
| TryCreateReport(XtraReportModel, out XtraReport) | Creates a new report with the specified settings. |
See Also