Share via


TaxReportFormatter_IT.outputField Method [AX 2012]

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.
  • _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.

See Also

Reference

TaxReportFormatter_IT Class