Skip to main content
All docs
V25.1
  • IDashboardDataSourceWizardSettings Interface

    When implemented by a class, provides the Data Source Wizard’s settings for the Web Dashboard.

    Declaration

    export interface IDashboardDataSourceWizardSettings extends IDataSourceWizardSettings

    Properties

    enableOlapDataSource Property

    Specifies whether to enable users to create new OLAP data sources.

    Declaration

    enableOlapDataSource?: boolean

    Property Value

    Type Description
    boolean

    true, to enable users to create OLAP data sources; otherwise, false.