BeforeRF event

Examples


The BeforeRF event occurs before the report’s report footer prints.

Syntax

report_BeforeRF(SuppressBand As Boolean)

Parameters

report – A report object.

SuppressBand As Boolean – If True, the report footer won’t print and no VBA events will occur for it.

Comments

Use the BeforeRF event to reference fields in the report footer. Summary information is often included in the report footer. If a page footer is also included on the last page, the report footer will print before the page footer.


Documentation Feedback