Expand Minimize
This topic has not yet been rated - Rate this topic

SortTarget Element (RDL)

SQL Server 2005

Indicates the name of the data region, grouping, or data set for a sort.


<UserSort >
    ...
    <SortTarget>...</SortTarget>
    ...
</UserSort>

Characteristic Description

Data type and length

String

Default value

None

Cardinality

0-1: Optional element that can occur once or not at all.

Relationship Element

Parent elements

UserSort

Child element

None

If omitted, the sort will apply to the instance of the current scope.

The sort target must be within the current scope, an ancestor scope, or a peer scope which is a data region.

A matrix grouping is only a valid SortTarget from within matrix grouping scopes along the same matrix axis.

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.