2.277.1 DataRow.DataCell

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

The DataRow.DataCell element specifies a cell of data values in a CustomReportItem. This element MUST be specified at least once and MUST be of type DataCell. The quantity of DataCell elements in each DataRow MUST equal the quantity of DataMember elements in the DataColumnHierarchy that do not have a DataMember element descendant.

Following is the parent element of the DataRow.DataCell element.

Parent elements

DataRow

The following is the XML Schema definition of the DataRow.DataCell element.

 <xsd:element name="DataCell" type="DataCellType" maxOccurs="unbounded" />