DashboardChooseDataSourceTypePage Class
In This Article
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 |
---|---|
wizard |
_Data |
custom |
Observable |
#Properties
#connectionStrings Property
Provides access to the connection string collection.
#Declaration
TypeScript
connectionStrings: DevExpress.Dashboard.Designer.IDashboardDataSourceWizardConnectionStrings
#Property Value
Type | Description |
---|---|
IDashboard |
The connection string collection. |
#Methods
#commit Method
#Declaration
TypeScript
commit(): JQueryPromise<DevExpress.Dashboard.Designer.IDashboardDataSourceWizardState>
#Returns
Type |
---|
JQuery |
#dispose Method
Disposes of all resources associated with this DashboardChooseDataSourceTypePage.
#Declaration
TypeScript
dispose(): void