ActiveReports 8
ParameterType Enumeration
See Also 
GrapeCity.ActiveReports.v8 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

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also