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
Methods
canFinish Method
Declaration
canFinish(): boolean
Returns
canNext Method
Declaration
canNext(): boolean
Returns
commit Method
Declaration
commit(): JQuery.Promise<DevExpress.Dashboard.Designer.IOlapDataSourceWizardState, any, any>
Returns
initialize(state) Method
Initializes the section with the specified settings.
Declaration
initialize(
state: DevExpress.Dashboard.Designer.IOlapDataSourceWizardState
): JQueryPromise<any>
Parameters
Returns
Type |
Description |
JQueryPromise<any> |
A JQuery Promise object that identifies whether section initialization succeeded.
|