2.80 TableGroup

Applies to RDL 2003/10 and RDL 2005/01

The TableGroup element specifies a group in a Table data region.

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

Parent elements

TableGroups

Child elements

TableGroup.Footer

TableGroup.Grouping

TableGroup.Header

TableGroup.Sorting

TableGroup.Visibility

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

 <xsd:complexType name="TableGroupType">
   <xsd:choice minOccurs="1" maxOccurs="unbounded">
     <xsd:element name="Grouping" type="GroupingType" />
     <xsd:element name="Sorting" type="SortingType" minOccurs="0" />
     <xsd:element name="Header" type="HeaderType" minOccurs="0" />
     <xsd:element name="Footer" type="FooterType" minOccurs="0" />
     <xsd:element name="Visibility" type="VisibilityType" minOccurs="0" />
     <xsd:any namespace="##other" processContents="skip" />
   </xsd:choice>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>