Share via


TaxReportFormatter_IT.addPlaceholder Method [AX 2012]

Adds a placeholder for the positional field for filling it later.

Syntax

protected void addPlaceholder(int _position)

Run On

Called

Parameters

  • _position
    Type: int
    The start position of the placeholder.

Remarks

The start position of the placeholder and the line type uniquely define the placeholder for the report file.

See Also

Reference

TaxReportFormatter_IT Class