Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Outputs a non-positional field.
Syntax
public void outputField(
int _fieldType,
anytype _value,
[TaxReportFieldFormat_IT _format,
int _width])
Run On
Called
Parameters
- _fieldType
Type: int
Field type ID (unique within the section); in combination with section type and number produces FE001001, FE001002, and other field IDs supported by the report.
- _value
Type: anytype
The field value.
- _format
Type: TaxReportFieldFormat_IT Enumeration
The field value formatting; optional.
- _width
Type: int
The width of the field, appended by zero characters; optional. Applicable to Nx format only.
Remarks
A new report line can be created here if the field does not fit into the current line.