Name | Description | |
---|---|---|
Assembly | If the DbType Property is WebReports.Api.Common.Constants.DatabaseType.Assembly, this property retrieves the full path to the assembly from the DataConnStr Property. For more information review the Connection String section of the Data Sources article. | |
Authentication | If the DbType Property is WebReports.Api.Common.Constants.DatabaseType.WebService, this property retrieves the authentication type used to the web service from the DataConnStr Property. For more information review the Connection String section of the Data Sources article. | |
Class | If the DbType Property is WebReports.Api.Common.Constants.DatabaseType.Assembly, this property retrieves the class name in the assembly from the DataConnStr Property. For more information review the Connection String section of the Data Sources article.
| |
Database | Retrieves the name of the database from the DataConnStr Property. | |
DataConnStr | The connection string used to connect to the Data Source. For more information, review the Connection String section of the Data Sources article. | |
DbType | The type of data source being used. | |
FileName | If the DbType Property is WebReports.Api.Common.Constants.DatabaseType.File, this property returns the path and file name from the connection string. | |
FileType | If the DbType Property is WebReports.Api.Common.Constants.DatabaseType.File, this property returns the type of file (e.g. Excel or XML) | |
Id | A unique integer identifier for this Data Source. | |
Name | The Name of this Data Source. | |
Schema | Provide a default database schema for the data source. Only use this if you are using schema to provide Multi-Tenant security. For more details see Multi-Tenant Environment Integration. | |
Url | If the DbType Property is WebReports.Api.Common.Constants.DatabaseType.WebService, this property retrieves the URL to the web service from the DataConnStr Property. |