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