2.280 DataColumnGroupings

Applies to RDL 2005/01

The DataColumnGroupings parent element defines a collection of DataGroupings for column data of a CustomReportItem.

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

Parent elements

CustomData

Child element

DataColumnGroupings.DataGroupings

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

 <xsd:complexType name="DataColumnGroupingsType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="DataGroupings" type="DataGroupingsType" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>