DataSource Class
SQL Server 2012
Represents a data source in the report server database.
Namespace: ReportService2005
Assembly: ReportService2005 (in ReportService2005.dll)
The DataSource type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Item | The data source definition (DataSourceDefinition object) or a reference to a shared data source (DataSourceReference object). |
![]() | Name | Gets or sets the name of the data source. |
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.

