Skip to main content
All docs
V25.1
  • AISelectDataSourceOptionPage Class

    Implements the Report Wizard’s Select a Data source Option page.

    Declaration

    export class AISelectDataSourceOptionPage extends SelectReportTypePage

    Inheritance

    SelectReportTypePage
    AISelectDataSourceOptionPage

    Methods

    canNext Method

    Specifies whether the Next button is enabled on a wizard page.

    Declaration

    canNext(): boolean

    Returns

    Type Description
    boolean

    trueif the **Next** button is enabled; otherwise,false`.

    commit Method

    Commits the page’s local state to the global state.

    Declaration

    commit(): JQueryPromise<any>

    Returns

    Type Description
    JQueryPromise<any>

    A JQuery Promise object that identifies whether the commit succeeded.

    initialize(state) Method

    Initializes the page with the specified settings.

    Declaration

    initialize(
        state: DevExpress.Reporting.Designer.Wizard.IReportWizardState
    ): JQueryPromise<any>

    Parameters

    Name Type Description
    state IReportWizardState

    A page’s local state to initialize.

    Returns

    Type Description
    JQueryPromise<any>

    A JQuery Promise object that identifies whether page initialization succeeded.