Share via


SysReportRun.run Method [AX 2012]

Runs the report.

Syntax

public void run([boolean onlyReport])

Run On

Called

Parameters

Remarks

The call to the super method in this method calls the following methods:

  • prompt - Lets the user select the printer in the sysPrintForm form

  • fetch - Runs the report query

  • print - Directs the report to the printer or display.

See Also

Reference

SysReportRun Class