Links are not active on this page.
 UnloadReport Event

Occurs at the conclusion of a report run after output has been finalized in the AfterReport event.

PROCEDURE Object.UnloadReport

Parameters

None.

Expand imageRemarks

Applies To: ReportListener Object.

LoadReport and UnloadReport are the two framing events of the report or label run; from the Report System's point of view, the report run has not yet started when it invokes LoadReport, and the report run has already ended when it invokes UnloadReport. For more information and an example of use, see LoadReport Event.

Expand imageSee Also