Share via


TaxReportDomesticExport_IT.outputNextLine Method [AX 2012]

Outputs the next line of the report.

Syntax

public void outputNextLine(
    TaxReport770Writer_IT _writer, 
    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

TaxReportDomesticExport_IT Class