2.52 ColumnGrouping

Applies to RDL 2003/10 and RDL 2005/01

The ColumnGrouping element specifies a column header region for a Matrix. A ColumnGrouping element MUST have either the DynamicColumns or the StaticColumns child element, but not both.

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

Parent elements

ColumnGroupings

Child elements

ColumnGrouping.DynamicColumns

ColumnGrouping.FixedHeader

ColumnGrouping.Height

ColumnGrouping.StaticColumns

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

 <xsd:complexType name="ColumnGroupingType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Height" type="SizeType" />
     <xsd:element name="FixedHeader" type="xsd:boolean" minOccurs="0" />
     <xsd:element name="DynamicColumns" type="DynamicColumnsRowsType" minOccurs="0" />
     <xsd:element name="StaticColumns" type="StaticColumnsType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>