Specifies the type of field contents.
control.ValueType [= ASNA.DataGate.PrintControls.ValueType]
ASNA.DataGate.PrintControl.ValueType. Gets or sets the enumeration value that indicates the content value the control will contain.
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. |
AutoField Class | AutoField Class Members | ValueType Enumeration | PageTotal Property | PageNumber Property | ProcessStamp Property | ReportStamp Property | ComputerName Property