DataSourceReference Class
Represents a reference to a shared data source.
Assembly: ReportService2005 (in ReportService2005.dll)
ReportService2005::DataSourceDefinitionOrReference
ReportService2005::DataSourceReference
| Name | Description | |
|---|---|---|
![]() | DataSourceReference() | Initializes a new instance of the DataSourceReference class. |
| Name | Description | |
|---|---|---|
![]() | Reference | A reference to a shared 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.) |
You can use theDataSourceReference class with the Item property of the DataSource class to get or set a reference to a shared data source.
The DataSourceReference class is associated with shared data sources. For more information about data sources, see Shared Data Sources and Custom Data Sources.
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


