Share via


TaxReportUnrealizedInputOutputDP.initQuery Method [AX 2012]

Builds the query by passing the From date and the To date UI parameter values to the TransDate range and the TaxDirection UI parameter value to the direction range.

Syntax

public Query initQuery(Query _newQuery)

Run On

Server

Parameters

  • _newQuery
    Type: Query Class
    The base query that is used by the report.

Return Value

Type: Query Class
The updated query, filtered by the UI parameter values.

See Also

Reference

TaxReportUnrealizedInputOutputDP Class