SRSReportRun.copyQuery Method [AX 2012]

Makes a copy of a query.

private Query copyQuery(Query queryObj)

Run On

Called

Parameters

queryObj
Type: Query Class
The query to be copied.

Return Value

Type: Query Class
A copy of the query supplied.

This method is used so the query stored in the AOT is not modified, but is instead used as a template.

Community Additions

ADD
Show: