2.279.1 DataValue.Name

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

The DataValue.Name element specifies a name to identify a datum value in a cell of a CustomReportItem or a name to identify a data value instance of a data point of a Chart. The DataValue.Name element is optional and MUST NOT be specified more than once. If this element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a String.

Following is the parent element of the DataValue.Name element.

Parent elements

DataValue

The following is the XML Schema definition of the DataValue.Name element.

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