Share via


ParameterType Enumeration

Specifies the parameter type in the ReportParameterType property of the ParameterField class and the ParameterType property of the ParameterFieldDefinition class.

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

Syntax

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

Members

Member Description
QueryParameter Parameter is from a Query.
ReportParameter Parameter is a Crystal report parameter.
StoreProcedureParameter Parameter is from a stored procedure.

Inheritance Hierarchy

Object
   ValueType
      Enum
         ParameterType

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace