Share via


ReportRun.run Method

Runs the report.

Syntax

public void run()

Run On

Called

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

ReportRun Class

ReportRun.prompt Method

ReportRun.fetch Method

ReportRun.print Method

ReportRun.generateDesign Method