2.4 ReportSection

The ReportSection element describes the state of each report section in a report definition.

SectionFilters: Specifies a SectionFilters element that describes the state of filters that are defined for this section of the report. The SectionFilters element is optional and MUST NOT be specified more than once.

ReportItems: Specifies a ReportItems element that describes the state of the report items within this section. The ReportItems element is optional and MUST NOT be specified more than once.

The following is the XSD for the ReportSection element.

   <xs:complexType name="ReportSectionType">
     <xs:sequence>
       <xs:element name="SectionFilters" type="SectionFiltersType" minOccurs="0" />
       <xs:element name="ReportItems" type="ReportItemsType" minOccurs="0" />
     </xs:sequence>
   </xs:complexType>