2.30.2 TablixCell.DataElementName

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

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

If the TablixCell.DataElementName element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that SHOULD<9> be a CLS-compliant identifier [UTR15] that is unique within the same associated TablixMember element.

The value of this element is ignored if the parent TablixCell element does not have a child CellContents element specified. If the TablixCell.DataElementName element is not specified, its value is interpreted as "Cell".

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

Parent elements

TablixCell

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

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