AutoComplete for ASP.NET Web Forms
StartPage イベント

C1.C1Report.4 アセンブリ > C1.C1Report 名前空間 > C1Report クラス : StartPage イベント
Fired when the control starts rendering each page.
シンタックス
'宣言
 
Public Event StartPage As ReportEventHandler
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.

参照

C1Report クラス
C1Report メンバ