ActiveReports Developer 7
ParameterType Enumeration
See Also 
GrapeCity.ActiveReports.v7 Assembly > GrapeCity.ActiveReports.Expressions.ExpressionObjectModel Namespace : ParameterType Enumeration

Glossary Item Box

Specifies the available data types for a parameter.

Syntax

Visual Basic (Declaration) 
Public Enum ParameterType 
   Inherits System.Enum
C# 
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