2.34.2 TablixMember.DataElementName

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

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

If the TablixMember.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 parent data element.

If the parent element is a dynamic member and if the TablixMember.DataElementName element is not specified, its value is interpreted as the value of the Group.Name attribute of the Group element sibling concatenated with "_Collection".

If the parent element is a static member and if the TablixMember.DataElementName element is not specified, its value is interpreted as the value of the first descendant TablixMember.DataElementName element of the parent element's TablixHeader element.

If the value of the TablixMember.DataElementName element is not specified and cannot have a viable default, the value of this element is interpreted as "null".

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

Parent elements

TablixMember

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

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