[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Data.FieldTypeEnum

FieldTypeEnum Enum

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

Namespace: GrapeCity.ActiveReports.Data
Assembly: MESCIUS.ActiveReports.dll
Syntax
public enum FieldTypeEnum

Fields

Name 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.

Extension Methods