IDashboardDataSourceWizardSettings Interface
When implemented by a class, provides the Data Source Wizard’s settings for the Web Dashboard.
#Declaration
TypeScript
export interface IDashboardDataSourceWizardSettings extends IDataSourceWizardSettings
#Properties
#enableOlapDataSource Property
Specifies whether to enable users to create new OLAP data sources.
#Declaration
TypeScript
enableOlapDataSource?: boolean
#Property Value
Type | Description |
---|---|
boolean | true, to enable users to create OLAP data sources; otherwise, false. |