2.22.3 UserSort.SortTarget

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

The UserSort.SortTarget element specifies the name of a data region (Tablix, Chart, GaugePanel, CustomReportItem, List, Table, Matrix), Group, or DataSet to which to apply the sort. This element is optional.

If the UserSort.SortTarget element is specified, its value MUST be a String ([XMLSCHEMA2/2] section 3.2.1) that MUST be the name of the current scope, the name of an ancestor scope, or the name of a peer scope that is a data region. If this element is not present, its value is interpreted as that of the peer scope.

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

Parent elements

UserSort

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

 <xsd:element name="SortTarget" type="xsd:string" minOccurs="0" />