ActiveReports 12
ParameterType Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : ParameterType Enumeration
Specifies the available data types for a parameter.
Syntax
'Declaration
 
Public Enum ParameterType 
   Inherits System.Enum
public enum ParameterType : System.Enum 
Members
MemberDescription
BooleanSpecifies a true or false value.
DateTimeSpecifies an ISO 8601 date/time value.
FloatSpecifies a floating point number.
IntegerSpecifies an integral number.
StringSpecifies a textual value.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Expressions.ExpressionObjectModel.ParameterType

See Also

Reference

GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace