2.23.10 Tablix.DataSetName

Applies to RDL 2008/01, RDL 2010/01, and RDL 2016/01

The Tablix.DataSetName element specifies the name of the DataSet to use for a Tablix. The Tablix.DataSetName element is optional and MUST NOT be specified more than once. If this element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1), and the value of this element MUST be one of the DataSet.Name attribute values of the tablix.

If the Tablix has an ancestor, the value of the Tablix.DataSetName element is interpreted as the DataSet.Name for the containing scope (DataRegion, Group, or Cell).<7>

If the tablix has no tablix ancestor and if there is more than one DataSet for the containing Report, the value of the Tablix.DataSetName element MUST be specified.

If no value is specified for the Tablix.DataSetName element and if the containing report has only one DataSet specified, the value of Tablix.DataSetName is interpreted as being the value of that DataSet.Name attribute.

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

Parent elements

Tablix

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

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