2.81.2 Group.DataElementName

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

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

If the Group.DataElementName element is specified, its value MUST be a String that is a CLS-compliant identifier [UTR15] that is unique within the parent element of the data element. If the Group.DataElementName element is not specified, its value is interpreted as the value of the Group.Name attribute of the parent Group element.

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

Parent elements

Group

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

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