Share via


ParameterFieldUsage Enumeration

Specifies how a parameter field is used within the report.

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

Syntax

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

Members

Member Description
CurrentValuesProvidedByServer The values for this parameter field are provided by the server.
InUse This parameter field is used in the report.
NotInUse This parameter field is not used in the report.
Unknown This parameter field's report usage is unknown.

Inheritance Hierarchy

Object
   ValueType
      Enum
         ParameterFieldUsage

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio 2005

See Also

Reference

CrystalDecisions.Shared Namespace