SRSReportDataProviderBase.parmQuery Method [AX 2012]

Gets or sets a Query object.

public Query parmQuery([Query _dynamicQuery])

Run On

Server

Parameters

_dynamicQuery
Type: Query Class
A Query object that contains the query modified at runtime.

Return Value

Type: Query Class
A Query object.

During runtime, the query from the getQueryName method 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 the parmQuery method. The framework will set the query object during runtime.

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

Note that this is a framework class. Customizing this class may cause problems with future upgrades to the software.

Community Additions

ADD
Show: