2.278 DataCell

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

The DataCell parent element defines a collection of DataValue elements for a cell in a CustomReportItem. The purpose and use of the content of a data cell are determined by the custom report item code. Every DataCell relates to a combination of leaf-node DataMembers in both DataRowHierarchy and DataColumnHierarchy.

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

Parent elements

DataRow

Child elements

DataCell.DataValue

Applies to RDL 2011/01

Child elements

DataCell.DataSetName

DataCell.Relationships

The following is the XML Schema definition of the DataCell parent element in RDL 2005/01 and RDL 2008/01.

 <xsd:complexType name="DataCellType">
   <xsd:sequence>
     <xsd:element name="DataValue" type="DataValueType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>

The following is the XML Schema definition of the DataCell parent element in RDL 2010/01 and RDL 2016/01.

Note  The following XSD represents RDL macro-versioned schemas only. Possible additions, identified earlier in this section, to base schema RDL 2010/01 from micro-versioned schemas RDL 2011/01, RDL 2012/01, and RDL 2013/01 are provided in sections 5.5, 5.6, and 5.7, respectively. For more information about macro- and micro-versioned schemas, see section 2.1.

 <xsd:complexType name="DataCellType">
   <xsd:sequence>
     <xsd:element name="DataValue" type="DataValueType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>