2.62 MatrixCells

Applies to RDL 2003/10 and RDL 2005/01

The MatrixCells element specifies the set of cells in a row of the detail section of a Matrix. If the MatrixCells element is specified, there MUST be at least one and there can be more than one MatrixCell in the MatrixCells collection.

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

Parent elements

MatrixRow

Child elements

MatrixCells.MatrixCell

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

 <xsd:complexType name="MatrixCellsType">
   <xsd:sequence>
     <xsd:element name="MatrixCell" type="MatrixCellType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>