DataSourceReference Class

 

Represents a reference to a shared data source in a SharePoint library.

Namespace:   ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)


public ref class DataSourceReference : DataSourceDefinitionOrReference

NameDescription
System_CAPS_pubmethodDataSourceReference()

Initializes a new instance of the DataSourceReference class.

NameDescription
System_CAPS_pubpropertyReference

Gets or sets reference to a shared data source in a SharePoint library.

NameDescription
System_CAPS_pubmethodEquals(Object^)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

You can use theDataSourceReference class together with the Item property of the DataSource class to reference a shared data source in a SharePoint library.

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.

Return to top
Show: