Share via


TaxReportFormatter_IT.outputNextLine Method [AX 2012]

Outputs the next line of the report.

Syntax

public void outputNextLine(boolean _restartSubsectionNumbering, [str _lineType])

Run On

Called

Parameters

  • _restartSubsectionNumbering
    Type: boolean
    true, if subsection numbering should be restarted on the next line; false otherwise.
  • _lineType
    Type: str
    The report line type.

See Also

Reference

TaxReportFormatter_IT Class