2.86 Sorting

Applies to RDL 2003/10 and RDL 2005/01

The Sorting element specifies a collection of SortBy elements by which to sort groups. If the Sorting element is specified, there MUST be at least one and there can be more than one SortBy element in the Sorting collection. The Sorting collection is an ordered list, and the sorting expressions MUST be applied in the specified order.

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

Parent elements

DataGrouping

DynamicColumns

DynamicRows

List

TableGroup

Details

DynamicCategories

DynamicSeries

Child elements

Sorting.SortBy

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

 <xsd:complexType name="SortingType">
   <xsd:sequence>
     <xsd:element name="SortBy" type="SortByType" maxOccurs="unbounded" />
   </xsd:sequence>
   <xsd:anyAttribute namespace="##other" processContents="skip" />
 </xsd:complexType>