2.68 StaticRow

Applies to RDL 2003/10 and RDL 2005/01

The StaticRow element specifies a fixed row header region in a Matrix.

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

Parent elements

StaticRows

Child elements

StaticRow.ReportItems

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

 <xsd:complexType name="StaticRowType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="ReportItems" type="ReportItemsType" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>