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

Direction Element (RDL)

SQL Server 2005

Indicates whether the items are sorted in ascending or descending order.


<SortBy>
     ...
        <Direction>...</Direction>
    ...
</SortBy>

Characteristic Description

Data type and length

String

Default value

None

Cardinality

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

Relationship Element

Parent element

SortBy

Child element

None

The Direction element must contain one of the following values:

  • Ascending
  • Descending
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.