Share via


DefaultValueSortMethod Enumeration

Specifies the default values for the DefaultValueSortMethod property of the ParameterField class and ParameterFieldDefinition class.

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

Syntax

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

Members

Member Description
BasedOnDescription Sort parameter values based on their descriptions.
BasedOnValue Sort parameter values based on their values.

Inheritance Hierarchy

Object
   ValueType
      Enum
         DefaultValueSortMethod

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace