RLedgerTurnoverTypePrecalcLedger.queryRun Method [AX 2012]
Returns the QueryRun instance of the report query.
Syntax
public QueryRun queryRun(Query _query, [container _key])
Run On
Called
Parameters
- _query
Type: Query Class
The query of the report.
- _key
Type: container
A container holding the selected grouping parameters of the report.
Return Value
Type: QueryRun Class
The QueryRun instance of the report query.