2.30.4 TablixCell.DataSetName

Applies to RDL 2011/01

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

If the TablixCell.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 TablixCell.DataSetName element MUST be specified unless all containing scopes have the same DataSet. The TablixCell.DataSetName element is ignored if the DataSet for this TablixCell is the same as the DataSet for all containing scopes.<10><11>

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

Parent elements

TablixCell

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

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