ActiveReports 12
FieldTypeEnum Enumeration

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports.Data Namespace : FieldTypeEnum Enumeration
Provides a set of values for use with the FieldType property of the Field class.
Syntax
'Declaration
 
Public Enum FieldTypeEnum 
   Inherits System.Enum
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

Reference

GrapeCity.ActiveReports.Data Namespace