Skip to main content
All docs
V26.1
  • WizardType Type

    Lists the values that specify the wizard.

    Declaration

    export type WizardType = DevExpress.Analytics.Wizard.DataSourceWizard | DevExpress.Analytics.Wizard.FullscreenDataSourceWizard | DevExpress.Reporting.Designer.Wizard.FullscreenReportWizard | DevExpress.Reporting.Designer.Wizard.ReportWizard | DevExpress.Analytics.Wizard.MultiQueryDataSourceWizard

    Members

    Type Description
    DataSourceWizard

    The Data Source Wizard that allows users to edit an existing data source.

    FullscreenDataSourceWizard

    The Data Source Wizard that allows users to create a new data source.

    FullscreenReportWizard

    The Report Wizard.

    ReportWizard
    MultiQueryDataSourceWizard

    Remarks

    Use these enumeration values in the client-side CustomizeWizard event to access the wizard.