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

    Implements the Report Wizard’s Enter Report Description page.

    Declaration

    export class AIEnterReportPromptPage extends FullscreenWizardPage

    Inheritance

    constructor(options)

    Initializes a new instance of the AIEnterReportPromptPage class with specified settings.

    Declaration

    constructor(
        options: IAIEnterReportPromptPageOptions
    )

    Parameters

    Name Type Description
    options IAIEnterReportPromptPageOptions

    The page settings.

    Methods

    canFinish Method

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

    Declaration

    canFinish(): boolean

    Returns

    Type Description
    boolean

    true if 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

    true if the Next button is enabled; otherwise, false.

    commit Method

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

    Declaration

    commit(): JQuery.Promise<any, any, any>

    Returns

    Type Description
    Promise<any,any,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
    ): 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.