DashboardChooseDataSourceTypePage Class
Implements the Select data source type page of the Dashboard Data Source Wizard.
Declaration
export class DashboardChooseDataSourceTypePage extends ChooseDataSourceTypePage<DevExpress.Dashboard.Designer.IDashboardDataSourceWizardState>
constructor(wizardOptions, customTemplates)
Initializes a new instance of the DashboardChooseDataSourceTypePage class with specified settings.
Declaration
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
connectionStrings: DevExpress.Dashboard.Designer.IDashboardDataSourceWizardConnectionStrings
Property Value
| Type | Description |
|---|---|
| IDashboardDataSourceWizardConnectionStrings | The connection string collection. |