RpReportEnded() Method callback
<< Click to Display Table of Contents >> RpReportEnded() Method callback |
![]() ![]() ![]() |
Purpose
This callback method is invoked after a report completes.
Syntax
<oOwner>:RpReportEnded(oRpReport)
Arguments
<oRpReport> |
The RpReport object which has initiated this callback method. |
Description
This callback method is invoked if it exists as a method of the report owner object. The report owner object is specified in the <oOwner> parameter of the RpReport:Init. This method is called when the report terminates to inform the owner object that the report has finished. This callback is generally not used for modal printing. It is provided to aid in the management of modeless print preview windows.