ActiveReports 8
FieldTypeEnum Enumeration
See Also 
GrapeCity.ActiveReports.v8 Assembly > GrapeCity.ActiveReports.Data Namespace : FieldTypeEnum Enumeration

Glossary Item Box

Provides a set of values for use with the FieldType property of the Field class.

Syntax

Visual Basic (Declaration) 
Public Enum FieldTypeEnum 
   Inherits System.Enum
C# 
public enum FieldTypeEnum : System.Enum 

Members

MemberDescription
BooleanSpecifies that the field contains a Boolean value.
DateSpecifies that the field contains a date value.
DoubleSpecifies that the field contains a double value.
FloatSpecifies that the field contains a float value.
Int32Specifies that the field contains an integer value.
NoneNo type is specified for the data value.
StringSpecifies that the field contains a string value.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.ActiveReports.Data.FieldTypeEnum

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