DataSource.Item Property

Definition

Gets or sets the value that indicates whether the DataSource refers to a data source definition (DataSourceDefinition object) or a shared data source (DataSourceReference object).

public:
 property ReportService2006::DataSourceDefinitionOrReference ^ Item { ReportService2006::DataSourceDefinitionOrReference ^ get(); void set(ReportService2006::DataSourceDefinitionOrReference ^ value); };
public ReportService2006.DataSourceDefinitionOrReference Item { get; set; }
member this.Item : ReportService2006.DataSourceDefinitionOrReference with get, set
Public Property Item As DataSourceDefinitionOrReference

Property Value

The DataSourceDefinition or DataSourceReference object that the DataSource refers to.

Applies to