Share via


TaxReportDomesticFunctions_IT::addReportTaxTransToReportTrans Method [AX 2012]

Adds the amount of the report tax transaction to the report line.

Syntax

client server public static void addReportTaxTransToReportTrans(
    TaxReportDomesticTaxTrans_IT _reportTaxTrans, 
    TaxReportDomesticTrans_IT _reportTrans, 
   [int _multiplier])

Run On

Called

Parameters

  • _multiplier
    Type: int
    The multiplier of the the report tax transaction amounts.
    Specify 1 if you want to add the amounts.
    Specify -1 if you want to substract the amounts.

See Also

Reference

TaxReportDomesticFunctions_IT Class