2.23.8 Tablix.DataElementName

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

The Tablix.DataElementName element specifies a name to use for a data element of a Tablix in a data rendering. This element is optional and MUST NOT be specified more than once.

If the Tablix.DataElementName element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that is a CLS-compliant identifier [UTR15] that is unique within the containing object of the tablix. If this element is not specified, its value is interpreted as the value of the Name attribute of the tablix.

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

Parent elements

Tablix

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

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