The End event occurs when a report finishes printing.
report_End()
• report – A report object.
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.