Skip to main content
A newer version of this page is available. .

DashboardChooseOlapConnectionStringPage Class

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

Declaration

export class DashboardChooseOlapConnectionStringPage extends WizardPageBase<IOlapDataSourceWizardState, IOlapDataSourceWizardState>

constructor(connectionStrings)

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

Declaration

constructor(
    connectionStrings: 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<IOlapDataSourceWizardState, any, any>

Returns

Type
Promise<IOlapDataSourceWizardState,any,any>

initialize(state) Method

Initializes the section with the specified settings.

Declaration

initialize(
    state: 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.