2.279 DataValue

The DataValue element defines a single value within a cell of a CustomReportItem or, in RDL 2003/10 and RDL 2005/01, a data value instance of a data point of a Chart.

The following are the parent and child elements of the DataValue element.

Parent elements

DataCell

DataValues

Child elements

DataValue.Name

DataValue.Value

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

 <xsd:complexType name="DataValueType">>
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Name" type="xsd:string" minOccurs="0" />
     <xsd:element name="Value" type="xsd:string" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>