DataGate Print File Designer® - Build 8.0.355 and above

AutoField.ValueType Property

Specifies the type of field contents. 

control.ValueType [= ASNA.DataGate.PrintControls.ValueType]

Property Value

ASNA.DataGate.PrintControl.ValueType.  Gets or sets the enumeration value that indicates the content value the control will contain.

Remarks

To set the ValueType 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
Computer The field will contain the computer name.  See the ComputerName property.
PageNumber (Default) The field will contain the page number.  See the PageNumber property.
PageTotal The field will contain the total number of pages.  See the PageTotal property.
ProcessDate This field will contain the report's processing system date.  See the ProcessStamp property.
ProcessTime This field will contain the report's processing system time.  See the ProcessStamp property.
ReportDate This field will contain the report's system date.  See the ReportStamp property.
ReportTime This field will contain the report's system time.  See the ReportStamp property.

See Also

AutoField Class | AutoField Class Members | ValueType Enumeration | PageTotal Property | PageNumber Property | ProcessStamp Property | ReportStamp Property | ComputerName Property