2.58 MatrixColumns
Applies to RDL 2003/10 and RDL 2005/01
The MatrixColumns element specifies the collection of columns in the detail section of a Matrix. If the MatrixColumns element is present, there MUST be at least one and there can be more than one MatrixColumn in the MatrixColumns collection.
The following are the parent and child elements of the MatrixColumns element.
Parent elements |
---|
Matrix |
Child elements |
---|
The following is the XML Schema definition of the MatrixColumns element.
-
<xsd:complexType name="MatrixColumnsType"> <xsd:sequence> <xsd:element name="MatrixColumn" type="MatrixColumnType" maxOccurs="unbounded" /> </xsd:sequence> <xsd:anyAttribute namespace="##other" processContents="skip" /> </xsd:complexType>