[]
        
(Showing Draft Content)

C1.Report.FlexReport.StartPage

StartPage Event

Occurs when a new page starts rendering.

Namespace: C1.Report
Assembly: C1.FlexReport.dll
Syntax
public event ReportEventHandler StartPage
Returns
Type Description
ReportEventHandler Occurs when a new page starts rendering.
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.