RunBaseReport.initQueryRun Method [AX 2012]

Initializes the internal queryRun variable.

Syntax

protected void initQueryRun()

Run On

Called

Remarks

This method is called to initialize the internal queryRun variable. Typically, this is a copy of the queryRun inside reportRun.

Normally, this method should not be overidden.

See Also

RunBaseReport Class

RunBaseReport.initQuery Method