2.57 Corner

Applies to RDL 2003/10 and RDL 2005/01

The Corner element specifies the layout and structure of the upper-left corner region of a Matrix.

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

Parent elements

 Matrix

Child elements

Corner.ReportItems

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

 <xsd:complexType name="CornerType">
   <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>