ActiveReports Developer 7
FieldTypeEnum Enumeration
See Also 
GrapeCity.ActiveReports.v7 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

See Also