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
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.
Namespace: ASNA.DataGate.PrintControls
Platforms: Windows 2000, Windows XP Professional, Windows .NET Server family
Assembly: ASNA.DataGate.PrintControls (in ASNA.DataGate.PrintControls.dll)
ASNA.DataGate.PrintControls Namespace | Setting AutoField Properties | AutoField Class Members | BaseField Class