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