Share via


TaxReportIWriteable_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
    Report line type. If not specified, the line type does not change.

See Also

Reference

TaxReportIWriteable_IT Interface