DataSourceReference Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a reference to a shared data source.
public ref class DataSourceReference : ReportService2005::DataSourceDefinitionOrReference
public class DataSourceReference : ReportService2005.DataSourceDefinitionOrReference
type DataSourceReference = class
inherit DataSourceDefinitionOrReference
Public Class DataSourceReference
Inherits DataSourceDefinitionOrReference
- Inheritance
Examples
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.
Constructors
DataSourceReference() |
Initializes a new instance of the DataSourceReference class. |
Properties
Reference |
A reference to a shared data source. |