2.322.3 DataSource.DataSourceReference

The DataSource.DataSourceReference element specifies the absolute path (such as "/salesreports/salesdatabase") or the relative path (such as "salesdatabase") to a shared data source on the current report server. Relative paths start in the same folder as the referencing report.

This element is optional. If this element is present, the DataSource.ConnectionProperties element MUST be omitted.

Following is the parent element of the DataSource.DataSourceReference element.

Parent elements

DataSource

The following is the XML Schema definition of the DataSource.DataSourceReference element.

 <xsd:element name="DataSourceReference" type="xsd:string" minOccurs="0" />