Share via


TaxReportFormatter_IT.getFileNumMaxReporting Method [AX 2012]

Gets the reporting value for the number of report files into which the report is split.

Syntax

public int getFileNumMaxReporting([int _fileNumMax])

Run On

Called

Parameters

  • _fileNumMax
    Type: int
    The actual number of report 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 getFileNumMax method.

See Also

Reference

TaxReportFormatter_IT Class