DataSource Class
Represents a data source in the report server database.
Assembly: ReportService2005 (in ReportService2005.dll)
| Name | Description | |
|---|---|---|
![]() | DataSource() | Initializes a new instance of the DataSource class. |
| 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. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | (Inherited from Object.) |
![]() | Finalize() | (Inherited from Object.) |
![]() | GetHashCode() | (Inherited from Object.) |
![]() | GetType() | (Inherited from Object.) |
![]() | MemberwiseClone() | (Inherited from Object.) |
![]() | ToString() | (Inherited from Object.) |
DataSource is returned as output by the GetItemDataSources method and is passed as input to the SetItemDataSources method.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show:


