Skip to main content
All docs
V25.1
  • DashboardChooseDataSourceTypePage Class

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

    Declaration

    export class DashboardChooseDataSourceTypePage extends ChooseDataSourceTypePage

    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.

    Methods

    commit Method

    Declaration

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

    Returns

    Type
    JQueryPromise<IDashboardDataSourceWizardState>

    dispose Method

    Disposes of all resources associated with this DashboardChooseDataSourceTypePage.

    Declaration

    dispose(): void