Exago .NET API Documentation
DataSource Constructor(String,String)
WebReports.Api.Data Namespace > DataSource Class > DataSource Constructor : DataSource Constructor(String,String)
The type of data source. Must be one of the constants from Constants.DatabaseType.
The connection string to connect to this new Data Source.
Syntax
public DataSource( 
   System.string dbType,
   System.string dataConnStr
)

Parameters

dbType
The type of data source. Must be one of the constants from Constants.DatabaseType.
dataConnStr
The connection string to connect to this new Data Source.
See Also

Reference

DataSource Class
DataSource Members
Overload List