WebReports.Api.Data

 

DataSource Class

The DataSource class is used to set or override the data connection string of a pre-existing data source at runtime.

A DataSource object has the following properties:

A DataSource object has no available methods.

 

DataSourceCollection Class

This collection should not be instantiated; there is a single DataSourceCollection object that is accessed through the DataSources property of the Api object.

The DataSources property of an Api object has one available method:

 

GetDataSource(string dataSourceName)

Description

Returns a DataSourceObject. Returns Null if the object is not found.