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