Skip to main content

DashboardChooseDataSourceTypePage Class

Implements the Select data source type page of the Dashboard Data Source Wizard.

#Declaration

TypeScript
export class DashboardChooseDataSourceTypePage extends ChooseDataSourceTypePage

#constructor(wizardOptions, customTemplates)

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

#Declaration

TypeScript
constructor(
    wizardOptions: DevExpress.Analytics.Wizard._DataSourceWizardOptions,
    customTemplates: ko.ObservableArray<DevExpress.Dashboard.KnockoutTemplate>
)

#Parameters

Name Type
wizardOptions _DataSourceWizardOptions
customTemplates ObservableArray<KnockoutTemplate>

#Properties

#connectionStrings Property

Provides access to the connection string collection.

#Declaration

TypeScript
connectionStrings: DevExpress.Dashboard.Designer.IDashboardDataSourceWizardConnectionStrings

#Property Value

Type Description
IDashboardDataSourceWizardConnectionStrings

The connection string collection.

#Methods

#commit Method

#Declaration

TypeScript
commit(): JQueryPromise<DevExpress.Dashboard.Designer.IDashboardDataSourceWizardState>

#Returns

Type
JQueryPromise<IDashboardDataSourceWizardState>

#dispose Method

Disposes of all resources associated with this DashboardChooseDataSourceTypePage.

#Declaration

TypeScript
dispose(): void