DataSourceReference Class

Definition

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.

Applies to