2.281 DataGroupings

Applies to RDL 2005/01

The DataGroupings parent element defines a collection of DataGrouping elements.

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

Parent elements

DataColumnGroupings

DataRowGroupings

Child element

DataGroupings.DataGrouping

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

 <xsd:complexType name="DataGroupingsType">
   <xsd:sequence>
     <xsd:element name="DataGrouping" type="DataGroupingType" 
                  maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>