DataSourceWizardSettings Class
Provides the Data Source Wizard‘s settings.
Declaration
export class DataSourceWizardSettings implements IDataSourceWizardSettings
Implements
constructor
Initializes a new instance of the DataSourceWizardSettings class with specified settings.
Declaration
constructor(
settings?: IDataSourceWizardSettings
)
Parameters
| Name | Type |
|---|---|
| settings | IDataSourceWizardSettings |
Properties
enableFederationDataSource Property
Specifies whether to enable users to create new Federation data sources in the Report Wizard and Data Source Wizard.
Declaration
enableFederationDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
|
enableJsonDataSource Property
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 to enable users to create new MongoDB data sources in the Report Wizard and Data Source Wizard.
Declaration
enableMongoDBDataSource?: boolean
Property Value
| Type | Description |
|---|---|
| boolean |
|
enableObjectDataSource Property
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
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. |