DataGate Print File Designer® - Build 8.0.355 and above

AutoField Class

AutoField control is derived from BaseField Class and further defines an automatically updated field.

For a list of members, see AutoField Class Members.

Public Class AutoField  Inherits BaseField

Remarks

In addition to the properties, methods, and fields available with BaseField, AutoField contains methods and properties and further defines an automatically updated field.

This includes properties used for report headings.  For example, ComputerName, PageNumber, PageTotal, and processing and report date or time (ProcessStamp and ReportStamp respectively).

New instances are constructed with a constructor with the properties set to the default values.  The UpdateDisplayText method updates the text to display in the control field.  The ValueType property determines the contents of the output field.

Requirements

Namespace: ASNA.DataGate.PrintControls

Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family

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

See Also

ASNA.DataGate.PrintControls Namespace | Setting AutoField PropertiesAutoField Class Members | BaseField Class