Share via


TaxReportFormatter_IT.parmLineNum Method [AX 2012]

Gets or sets the current report line number.

Syntax

public int parmLineNum([int _lineNum])

Run On

Called

Parameters

  • _lineNum
    Type: int
    The report line number.

Return Value

Type: int
The report line number.

Remarks

The report line number is global through all the report files created.

See also parmMaxLinesPerFile and parmFileNumCurrent methods.

See Also

Reference

TaxReportFormatter_IT Class