2.67 StaticRows

Applies to RDL 2003/10 and RDL 2005/01

The StaticRows element specifies a collection of row header regions with a fixed set of rows in a Matrix. Only one RowGrouping in each matrix can be static. If the StaticRows element is specified, there MUST be at least one and there can be more than one StaticRow in the StaticRows collection.

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

Parent elements

RowGrouping

Child elements

StaticRows.StaticRow

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

 <xsd:complexType name="StaticRowsType">
   <xsd:sequence>
     <xsd:element name="StaticRow" type="StaticRowType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>