Skip to content

Run_Report - ReportView

Starts the report

Type: Procedure

Syntax

Procedure Run_Report

Call Example

Send Run_Report

Description

When Run_Report is called, it sends Run_Report to any child report objects.

Procedure StartReport
    Send Run_Report  // this will be directed to the report
End_Procedure