2.150.3 ChartMember.DataElementName

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

The ChartMember.DataElementName element specifies the name to use for the data element for a chart member. This element is optional.

If the ChartMember.DataElementName element is present, its value MUST be a CLS-compliant identifier [UTR15]. If this element is not present, the value of this element is interpreted as either the value of the Group.Name attribute for this member (if the ChartMember.Group element is present) or the value of the ChartMember.Label element.

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

Parent elements

ChartMember

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

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