Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the Query.
Syntax
public Query parmQuery([Query _query])
Run On
Server
Parameters
- _query
Type: Query Class
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.