WizardTypeString Type
Lists the values that identify the wizard type.
Declaration
export type WizardTypeString = "SingleQueryDataSourceWizard" | "DataSourceWizard" | "ReportWizard"
Members
| Name | Description |
|---|---|
| "SingleQueryDataSourceWizard" | The Data Source Wizard that allows users to edit an existing data source. |
| "DataSourceWizard" | The Data Source Wizard that allows users to create a new data source. |
| "ReportWizard" | The Report Wizard. |
Remarks
Use these enumeration values in the client-side CustomizeWizard event to identify the wizard type.