Exago .NET API Documentation
DataSource Class Properties

WebReports.Api.Data Namespace : DataSource Class

For a list of all members of this type, see DataSource members.

Public Properties
 NameDescription
Public Property

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.

 
Public Property

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.

 
Public Property

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.

 

 
Public PropertyRetrieves the name of the database from the DataConnStr Property.  
Public PropertyThe connection string used to connect to the Data Source. For more information, review the Connection String section of the Data Sources article.  
Public PropertyThe type of data source being used.  
Public PropertyIf the DbType Property is WebReports.Api.Common.Constants.DatabaseType.File, this property returns the path and file name from the connection string.  
Public PropertyIf the DbType Property is WebReports.Api.Common.Constants.DatabaseType.File, this property returns the type of file (e.g. Excel or XML)  
Public PropertyA unique integer identifier for this Data Source.  
Public PropertyThe Name of this Data Source.  
Public Property

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.
 
Public PropertyIf the DbType Property is WebReports.Api.Common.Constants.DatabaseType.WebService, this property retrieves the URL to the web service from the DataConnStr Property.  
Top
See Also

Reference

DataSource Class
WebReports.Api.Data Namespace