Share via


SRSReportDataProvider.parmQuery Method [AX 2012]

Gets or sets the Query.

Syntax

public Query parmQuery([Query _query])

Run On

Server

Parameters

Return Value

Type: Query Class
Query object.

Remarks

During runtime, query from getQueryName is used to display the dynamic query form.

Any modified query or ranges added to the query at run time is provided to the report class in parmQuery. The framework will set the query object during runtime.

If no query name was provided, a null Nothing nullptr unit a null reference (Nothing in Visual Basic) object is returned.

See Also

Reference

SRSReportDataProvider Interface