Share via


TaxReportFormatter_IT.writePlaceholderPosNU Method [AX 2012]

Inserts a placeholder for the numeric (NU) positional field into the report line.

Syntax

public void writePlaceholderPosNU(int _position, int _width)

Run On

Called

Parameters

  • _position
    Type: int
    The start position of the report field.
  • _width
    Type: int
    The field width.

See Also

Reference

TaxReportFormatter_IT Class