Share via


SortDirection Enumeration

Specifies the sort direction in the SortDirection property of the SortField class.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration SortDirection
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration SortDirection : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
AscendingOrder Sort in ascending order.
BottomNOrder Sort on bottom N groups only.
DescendingOrder Sorting in descending order.
TopNOrder Sorting on top N groups only.

Inheritance Hierarchy

Object
   ValueType
      Enum
         SortDirection

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace