FlexReport for WinForms
EndPage イベント (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : EndPage イベント
Occurs when a page finishes rendering.
シンタックス
'宣言
 
Public Event EndPage As ReportEventHandler
'使用法
 
Dim instance As FlexReport
Dim handler As ReportEventHandler
 
AddHandler instance.EndPage, handler
public event ReportEventHandler EndPage
解説

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.

参照

参照

FlexReport クラス
FlexReport メンバ