2.51 ColumnGroupings

Applies to RDL 2003/10 and RDL 2005/01

The ColumnGroupings element specifies the collection of column groupings in a Matrix. If the ColumnGroupings element is specified, there MUST be at least one and there can be more than one ColumnGrouping in the ColumnGroupings collection.

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

Parent elements

Matrix

Child elements

ColumnGroupings.ColumnGrouping

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

 <xsd:complexType name="ColumnGroupingsType">
   <xsd:sequence>
     <xsd:element name="ColumnGrouping" type="ColumnGroupingType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>