End event

Examples


The End event occurs when a report finishes printing.

Syntax

report_End()

Parameters

report – A report object.

Comments

Use the End event to perform any clean-up of activities for the report, launch other applications, or open and close other windows. The End event will always run if a report’s Start event occurs, including when a report is canceled using the Cancel method.


Documentation Feedback