2.60 MatrixRows

Applies to RDL 2003/10 and RDL 2005/01

The MatrixRows element specifies the collection of rows in the detail section of a Matrix. If the MatrixRows element is specified, there MUST be at least one and there can be more than one MatrixRow in the MatrixRows collection.

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

Parent elements

Matrix

Child elements

MatrixRows.MatrixRow

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

 <xsd:complexType name="MatrixRowsType">
   <xsd:sequence>
     <xsd:element name="MatrixRow" type="MatrixRowType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>