DataSourceReference Class
Represents a reference to a shared data source.
Assembly: ReportService2010 (in ReportService2010.dll)
ReportService2010::DataSourceDefinitionOrReference
ReportService2010::DataSourceReference
| Name | Description | |
|---|---|---|
![]() | DataSourceReference() | Initializes a new instance of the DataSourceReference class. |
| Name | Description | |
|---|---|---|
![]() | Reference | Gets or sets the 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 the DataSourceReference class together with the Item property of the DataSource class to reference a shared data source.
The DataSourceReference class is associated with shared data sources. For more information about data sources, see Shared Data Sources and Report-Specific 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.


