WizardType Type
In This Article
Lists the values that specify the wizard.
#Declaration
TypeScript
export type WizardType = DevExpress.Analytics.Wizard.DataSourceWizard | DevExpress.Analytics.Wizard.FullscreenDataSourceWizard | DevExpress.Reporting.Designer.Wizard.FullscreenReportWizard | DevExpress.Reporting.Designer.Wizard.ReportWizard | DevExpress.Analytics.Wizard.MultiQueryDataSourceWizard
#Members
Type | Description |
---|---|
Data |
The Data Source Wizard that allows users to edit an existing data source. |
Fullscreen |
The Data Source Wizard that allows users to create a new data source. |
Fullscreen |
The Report Wizard. |
Report |
|
Multi |
#Remarks
Use these enumeration values in the client-side CustomizeWizard event to access the wizard.