Share via


InventPriceOverviewDP.printQueryFilteredByAsPerDate Method [AX 2012]

Runs through the query and sends the filtered data to the report engine.

Syntax

private void printQueryFilteredByAsPerDate(QueryRun _queryRun, boolean _activePrices)

Run On

Server

Parameters

Remarks

The method filters the results returned by the query. It assumes the query is ordered by the activation date.

See Also

Reference

InventPriceOverviewDP Class