WizardRunType Type
In This Article
Lists the values that specify the wizard type to run.
#Declaration
TypeScript
export type WizardRunType = "NewViaReportWizard" | "DataSourceWizard" | "DesignInReportWizard"
#Members
Name | Description |
---|---|
"New |
The Report Wizard to create a new report. |
"Data |
The Data Source Wizard. |
"Design |
The Report Wizard to edit the current report. |