ActiveReports3 Request technical support
FieldTypeEnum Enumeration
See Also  


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

Syntax

Visual Basic (Declaration) 
Public Enum FieldTypeEnum 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As FieldTypeEnum
C# 
public enum FieldTypeEnum : Enum 

Members

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

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         DataDynamics.ActiveReports.FieldTypeEnum

See Also