Back to Devexpress

WizardRunType Type

xtrareports-js-devexpress-dot-reporting-dot-designer-dot-wizard.md

latest452 B
Original Source

WizardRunType Type

Lists the values that specify the wizard type to run.

Declaration

ts
export type WizardRunType = "NewViaReportWizard" | "DataSourceWizard" | "DesignInReportWizard"

Members

NameDescription
"NewViaReportWizard"

The Report Wizard to create a new report.

| | "DataSourceWizard" |

The Data Source Wizard.

| | "DesignInReportWizard" |

The Report Wizard to edit the current report.

|