DataGate Print File Designer

DecField.FieldType Property

The type of the numeric data in a control field. The default is BinaryField.

        control.FieldType [=ASNA.DataGate.PrintControls.FieldTypes]

Property Value

ASNA.DataGate.PrintControls.FieldTypes. Gets or sets one of the enumeration values defining the type of numeric field. Packed, zoned and binary types are numeric fields containing decimal numbers which are expressed in digits and decimals.

Remarks

To set the FieldType property of a control, click on the right side of the property and choose one of the options shown in the drop-down box.

Setting Description
BinaryField (Default) The field is a binary data field.
PackedField The field is a packed data field.
ZonedField The field is a zoned data field.

Requirements

Namespace: ASNA.DataGate.PrintControls

Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)

Platforms: Windows Server 2012, Windows Server 2012 R2, Windows Server 2016, Windows 7, Windows 8.x, Windows 10 .

See Also

DecField Class
DecField Class Members
Decimals Property
Digits Property
FieldTypes Enumeration