Start event

Examples


The Start event occurs as the report starts to print, but before any data actually prints.

Syntax

report_Start()

Parameters

report – A report object.

Comments

Use the Start event to set any report legends using the Legend property. Legends are fields whose data is persistent throughout the report, and must be passed to the report as it starts.


Documentation Feedback