ActiveReports 18 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Data Namespace / FieldTypeEnum Enumeration

In This Topic
    FieldTypeEnum Enumeration
    In This Topic
    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