Share via


LedgerBalanceSheetDim.q_sortVoucher Method [AX 2012]

Provides the means for a subclass to add sorting by voucher if the data source supports the field.

Syntax

public void q_sortVoucher(QueryBuildDataSource _qbds)

Run On

Called

Parameters

Remarks

There are several groups of classes that inherit from this abstract class. Each class is used to print the ledgerTransStatement from a different data source. This method is designed to be overridden by only those child classes that use a data source that supports sorting by voucher.

See Also

Reference

LedgerBalanceSheetDim Class