2.86.1 Sorting.SortBy

Applies to RDL 2003/10 and RDL 2005/01

The Sorting.SortBy element specifies an expression by which to sort the data. This element MUST be specified and is of type SortBy. More than one Sorting.SortBy element can be specified under a single Sorting parent element. The Sorting collection is an ordered list, and the sorting expressions MUST be applied in the specified order.

Following is the parent element of the Sorting.SortBy element.

Parent elements

Sorting

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

 <xsd:element name="SortBy" type="SortByType" maxOccurs="unbounded" />