2.282 DataGrouping

Applies to RDL 2005/01

The DataGrouping parent element defines the structure of a CustomReportItem data hierarchy.

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

Parent elements

DataGroupings

Child elements

DataGrouping.CustomProperties

DataGrouping.DataGroupings

DataGrouping.Grouping

DataGrouping.Sorting

DataGrouping.Static

DataGrouping.Subtotal

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

 <xsd:complexType name="DataGroupingType">
   <xsd:choice minOccurs="0" maxOccurs="unbounded">
     <xsd:element name="Static" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="Grouping" type="GroupingType" minOccurs="0" />
     <xsd:element name="Sorting" type="SortingType" minOccurs="0" />
     <xsd:element name="Subtotal" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="CustomProperties" type="CustomPropertiesType" 
                  minOccurs="0" />
     <xsd:element name="DataGroupings" type="DataGroupingsType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>