2.278.2 DataCell.DataSetName

Applies to RDL 2011/01

The DataCell.DataSetName element specifies which DataSet to use for a DataCell. The DataCell.DataSetName element is optional and MUST NOT be specified more than once.

If the DataCell.DataSetName element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is a CLS-compliant identifier [UTR15]. If this element is not present, its value is interpreted as the DataSetName of the containing scope. The DataCell.DataSetName element MUST be specified unless all containing scopes have the same DataSet. This element is ignored if the DataSet for this DataCell is the same as the DataSet for all containing scopes.<58><59>

Following is the parent element of the DataCell.DataSetName element.

Parent elements

DataCell

The following is the XML Schema definition of the DataCell.DataSetName element.

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