FlexReport for WinForms
StartPage イベント (FlexReport)


C1.Report.4.6.2 アセンブリ > C1.Report 名前空間 > FlexReport クラス : StartPage イベント
Occurs when a new page starts rendering.
シンタックス
'宣言
 
Public Event StartPage As ReportEventHandler
'使用法
 
Dim instance As FlexReport
Dim handler As ReportEventHandler
 
AddHandler instance.StartPage, handler
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 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 メンバ