Skip to main content
All docs
V26.1
  • AIReasoningPage Class

    Implements the Report Wizard’s Building Your Report page.

    Declaration

    export class AIReasoningPage extends FullscreenWizardPage implements IWizardPage

    Implements

    IWizardPage

    Methods

    canFinish Method

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

    Declaration

    canFinish(): boolean

    Returns

    Type Description
    boolean

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

    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(): JQuery.Promise<Partial<DevExpress.Reporting.Designer.Wizard.IReportWizardState>, any, any>

    Returns

    Type Description
    Promise<Partial<IReportWizardState>,any,any>

    A JQuery Promise object that identifies whether the commit succeeded.

    dispose Method

    Disposes of the page.

    Declaration

    dispose(): void

    initialize(state) Method

    Initializes the page with the specified state.

    Declaration

    initialize(
        state: DevExpress.Reporting.Designer.Wizard.IReportWizardState
    ): JQuery.Promise<any, any, any>

    Parameters

    Name Type Description
    state IReportWizardState

    A page’s local state to initialize.

    Returns

    Type Description
    Promise<any,any,any>

    A JQuery Promise object that identifies whether page initialization succeeded.