IDataSourceWizardSettings Interface
If implemented, provides the Data Source Wizard‘s settings.
Declaration
export interface IDataSourceWizardSettings
Inheritance
Properties
enableFederationDataSource Property
Specifies whether users can create federated data sources in Report and Data Source Wizards.
Declaration
enableFederationDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | true to allow users to create federated data sources in Report and Data Source Wizards; otherwise, false. |
enableJsonDataSource Property
If implemented, specifies whether to enable users to create new JSON data sources in the Report Wizard and Data Source Wizard.
Declaration
enableJsonDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | true, to enable users to create JSON data sources; otherwise, false. |
enableMongoDBDataSource Property
Specifies whether users can create MongoDB data sources in Report and Data Source Wizards.
Declaration
enableMongoDBDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | true to allow users to create MongoDB data sources in Report and Data Source Wizards; otherwise, false. |
enableObjectDataSource Property
If implemented, specifies whether to enable users to create new object data sources in the Report Wizard and Data Source Wizard.
Declaration
enableObjectDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | true, to enable users to create object data sources; otherwise, false. |
enableSqlDataSource Property
If implemented, specifies whether to enable users to create new SQL data sources in the Report Wizard and Data Source Wizard.
Declaration
enableSqlDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean | true, to enable users to create SQL data sources; otherwise, false. |