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

    Implements the Choose a data connection section of the Dashboard Data Source Wizard’s page.

    Declaration

    export class DashboardChooseOlapConnectionStringPage extends WizardPageBase<DevExpress.Dashboard.Designer.IOlapDataSourceWizardState, DevExpress.Dashboard.Designer.IOlapDataSourceWizardState>

    constructor(connectionStrings)

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

    Declaration

    constructor(
        connectionStrings: DevExpress.Dashboard.Designer.IDashboardConnectionStringDefinition[]
    )

    Parameters

    Name Type
    connectionStrings IDashboardConnectionStringDefinition[]

    Methods

    canFinish Method

    Declaration

    canFinish(): boolean

    Returns

    Type
    boolean

    canNext Method

    Declaration

    canNext(): boolean

    Returns

    Type
    boolean

    commit Method

    Declaration

    commit(): JQuery.Promise<DevExpress.Dashboard.Designer.IOlapDataSourceWizardState, any, any>

    Returns

    Type
    Promise<IOlapDataSourceWizardState,any,any>

    initialize(state) Method

    Initializes the section with the specified settings.

    Declaration

    initialize(
        state: DevExpress.Dashboard.Designer.IOlapDataSourceWizardState
    ): JQueryPromise<any>

    Parameters

    Name Type Description
    state IOlapDataSourceWizardState

    The section’s state.

    Returns

    Type Description
    JQueryPromise<any>

    A JQuery Promise object that identifies whether section initialization succeeded.