| Visual Basic (Declaration) | |
|---|---|
Public Enum FieldTypeEnum Inherits System.Enum | |
| C# | |
|---|---|
public enum FieldTypeEnum : System.Enum | |
| Member | Description |
|---|---|
| Boolean | Specifies that the field contains a Boolean value. |
| Date | Specifies that the field contains a date value. |
| Double | Specifies that the field contains a double value. |
| Float | Specifies that the field contains a float value. |
| Int32 | Specifies that the field contains an integer value. |
| None | No type is specified for the data value. |
| String | Specifies that the field contains a string value. |
System.Object
System.ValueType
System.Enum
GrapeCity.ActiveReports.Data.FieldTypeEnum