Exago .NET API Documentation
GetDataSource Method
WebReports.Api.Data Namespace > DataSourceCollection Class : GetDataSource Method
The name of the DataSource to retrieve.
Retrieve the DataSource with the given name.
Syntax
public DataSource GetDataSource( 
   System.string name
)

Parameters

name
The name of the DataSource to retrieve.

Return Value

The DataSource with the given name, or null if no such DataSource exists.
See Also

Reference

DataSourceCollection Class
DataSourceCollection Members