Share via


TaxReconciliationReportDP.calcCntLedgerTrans Method [AX 2012]

Calculates the number of ledger transactions for a given voucher, account number, tax reference ID, and date.

Syntax

private int calcCntLedgerTrans(
    SubledgerVoucherGeneralJournalEntry _subLedgerVoucherLink, 
    TaxTransGeneralJournalAccountEntry _taxTransGeneralJournalAccountEntry, 
    MainAccount _mainAccount)

Run On

Server

Parameters

Return Value

Type: int
The number of transactions that matched the search criteria.

See Also

Reference

TaxReconciliationReportDP Class