[]
        
(Showing Draft Content)

C1.WPF.FlexReport.C1FlexReport.EndPage

EndPage Event

Occurs when a page finishes rendering.

Namespace: C1.WPF.FlexReport
Assembly: C1.WPF.FlexReport.4.6.2.dll
Syntax
public event ReportEventHandler EndPage
Returns
Type Description
ReportEventHandler Occurs when a page finishes rendering.
Remarks
<p>This event is useful for updating the user interface to show how many pages have been printed so far.</p>
<p>You can use the <xref href="C1.WPF.FlexReport.C1FlexReport.Cancel" data-throw-if-not-resolved="false"></xref> 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.