Share via


SortFieldType Enumeration

Specifies the sort field type in the SortType property of the SortField class

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

Syntax

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

Members

Member Description
GroupSortField Sort based on a group field.
RecordSortField Sort based on a details field.

Inheritance Hierarchy

Object
   ValueType
      Enum
         SortFieldType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace