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 |
---|---|
connection |
IDashboard |
#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<IOlap |
#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 | IOlap |
The section’s state. |
#Returns
Type | Description |
---|---|
JQuery |
A JQuery Promise object that identifies whether section initialization succeeded. |