SRSReportRun.copyQuery Method [AX 2012]

Makes a copy of a query.

Syntax

private Query copyQuery(Query queryObj)

Run On

Called

Parameters

Return Value

Type: Query Class
A copy of the query supplied.

Remarks

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

See Also

Reference

SRSReportRun Class