Share via


TaxWithHoldReport.post Method [AX 2012]

Posts one leger voucher record for given parameters.

Syntax

protected void post(
    LedgerDimensionAccount _taxledgerDimension, 
    LedgerDimensionAccount _taxWithholdReportDimension, 
    Dimension _dimension, 
    CurrencyCode _currencyCode, 
    TaxAmount _taxAmount, 
    TaxAmount _taxAmountMST, 
    CurrencyExchangeHelper _currencyHelper)

Run On

Server

Parameters

See Also

Reference

TaxWithHoldReport Class