C1.WPF.Report Assembly / C1.WPF.Report Namespace / FlexReport Class / StartPage Event

In This Topic
StartPage Event (FlexReport)
In This Topic
Occurs when a new page starts rendering.
Syntax
'Declaration
 
Public Event StartPage As ReportEventHandler
 
Remarks

This event is useful for updating the user interface to show how many pages have been printed so far.

You can use the Cancel property while handling this event to cancel rendering the report. To limit the number of pages that can be printed, use the MaxPages property instead.

See Also