Share via


TaxAverageVATReportDP.initQuery Method [AX 2012]

Builds the query by passing the UI parameter values to ranges.

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

TaxAverageVATReportDP Class