Share via


TaxReportFormatter_IT.getFileNumCurrentReporting Method [AX 2012]

Gets the reporting value for the number of the current report file.

Syntax

public int getFileNumCurrentReporting([int _fileNumCurrent, int _fileNumMax])

Run On

Called

Parameters

  • _fileNumCurrent
    Type: int
    The current file number; optional.
  • _fileNumMax
    Type: int
    The total number of files; optional.

Return Value

Type: int
The reporting value for the number of the current report file.

Remarks

Note that there is a special case when there is only one reporting file in Spesometro format.

See also the getFileNumCurrent method.

See Also

Reference

TaxReportFormatter_IT Class