2.61 MatrixRow
Applies to RDL 2003/10 and RDL 2005/01
The MatrixRow element specifies the collection of cells in a row of the detail section of a Matrix.
The following are the parent and child elements of the MatrixRow element.
Parent elements |
---|
Child elements |
---|
The following is the XML Schema definition of the MatrixRow element.
-
<xsd:complexType name="MatrixRowType"> <xsd:choice minOccurs="1" maxOccurs="unbounded"> <xsd:element name="Height" type="SizeType" /> <xsd:element name="MatrixCells" type="MatrixCellsType" /> <xsd:any namespace="##other" processContents="skip" /> </xsd:choice> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>