GrapeCity ActiveReports for .NET 16.0J
BeginPrint イベント

GrapeCity.ActiveReports.Extensibility.Printing 名前空間 > Printer クラス : BeginPrint イベント
Occurs when the System.Drawing.Printing.PrintDocument.Print method is called and before the first page of the document prints.
シンタックス
'宣言
 
Public Event BeginPrint As PrintEventHandler
public event PrintEventHandler BeginPrint
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、PrintEventArgs 型の引数を受け取りました。次の PrintEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
System.ComponentModel.CancelEventArgsから継承されます。
Returns System.Drawing.Printing.PrintAction.PrintToFile in all cases.  
参照