C1.C1Report Namespace > C1Report Class : StartPage Event |
'Declaration Public Event StartPage As ReportEventHandler
public event ReportEventHandler StartPage
This event is useful for updating the user interface to show how many pages have been printed so far.
You can use the C1Report.Cancel property while handling this event to cancel rendering the report. To limit the number of pages that can be printed, use the C1Report.MaxPages property instead.
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2