IWizardCustomizationService Methods
If implemented, enables customization of the Report Wizard pages in WinForms and WPF applications.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