2.5 ReportSections

Applies to RDL 2010/01 and RDL 2016/01

The ReportSections element specifies an ordered list of ReportSection elements, which comprise the structure and layout information for a Report. The ReportSections element MUST be specified, and MUST contain at least one child ReportSection.

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

Parent elements

Report

Child elements

ReportSections.ReportSection

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

 <xsd:complexType name="ReportSectionsType">
   <xsd:sequence>
     <xsd:element name="ReportSection" type="ReportSectionType" minOccurs="1" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="lax" />
 </xsd:complexType>