2.22.1 UserSort.SortExpression

Applies to RDL 2005/01, RDL 2008/01, RDL 2010/01, and RDL 2016/01

The UserSort.SortExpression element specifies an expression on which to sort. This element MUST be specified. Its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) or an expression that evaluates to a variant.

The same restrictions that applied to Filter.FilterExpression instances within a Group MUST also apply to this element. If the expression that this element specifies contains an aggregate function, the aggregate function MUST have a scope that is equal to or that contains the value of UserSort.SortExpressionScope. If the peer UserSort.SortExpressionScope element is not defined, the UserSort.SortExpression element MUST NOT contain aggregate function instances without an explicit scope.

Following is the parent element of the UserSort.SortExpression element.

Parent elements

UserSort

The following is the XML Schema definition of the UserSort.SortExpression element.

 <xsd:element name="SortExpression" type="xsd:string" />