Share via


TaxReportFormatter_IT::getFileName Method [AX 2012]

Gets the file name for saving the report when the report is split into several parts.

Syntax

client server public static Filename getFileName(
    Filename _baseFileName, 
    int _fileNumber, 
    int _totalCountOfFiles)

Run On

Called

Parameters

  • _fileNumber
    Type: int
    The number of the file.
  • _totalCountOfFiles
    Type: int
    The total number of files into which the report should be saved.

Return Value

Type: Filename Extended Data Type
The file name to save a part of the report.

See Also

Reference

TaxReportFormatter_IT Class