Share via


TaxReportDomesticExport_IT.writeAll Method [AX 2012]

Syntax

Note

The syntax of this method varies based on the version of Microsoft Dynamics AX that you are using.

  Microsoft Dynamics AX 2012 R3
          protected void writeAll(
            TaxReport770Writer_IT _writer, 
            TmpTaxReportDomesticTableExport_IT _header, 
            TmpTaxReportDomesticTransExport_IT _line)

  Microsoft Dynamics AX 2012 R2 (SYS)
          private void writeAll(
            TaxReportDomesticExportWriter_Ascii_IT _writer, 
            TmpTaxReportDomesticTableExport_IT _header, 
            TmpTaxReportDomesticTransExport_IT _line)

Run On

Called

Parameters

See Also

Reference

TaxReportDomesticExport_IT Class