Share via


TaxReportFormatter_IT::newFormatter Method [AX 2012]

Creates and initializes a new instance of TaxReportFormatter_IT.

Syntax

client server public static TaxReportFormatter_IT newFormatter(IVACode _headerFiscalCode, boolean _writeToFile)

Run On

Called

Parameters

  • _writeToFile
    Type: boolean
    true if the report should be saved into the file; false if only data validation should be performed.

Return Value

Type: TaxReportFormatter_IT Class
A new instance of TaxReportFormatter_IT.

See Also

Reference

TaxReportFormatter_IT Class