Skip to main content

DashboardChooseOlapConnectionStringPage Class

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

#Declaration

TypeScript
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

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

#Parameters

Name Type
connectionStrings IDashboardConnectionStringDefinition[]

#Methods

#canFinish Method

#Declaration

TypeScript
canFinish(): boolean

#Returns

Type
boolean

#canNext Method

#Declaration

TypeScript
canNext(): boolean

#Returns

Type
boolean

#commit Method

#Declaration

TypeScript
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

TypeScript
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.