GrapeCity ActiveReports for .NET 14.0J
OnEndPage メソッド (ActiveReportPrintControllerWithStatusDialog)

GrapeCity.ActiveReports.Document アセンブリ > GrapeCity.ActiveReports.Document.Section 名前空間 > ActiveReportPrintControllerWithStatusDialog クラス : OnEndPage メソッド
印刷されるドキュメントを表すSystem.Drawing.Printing.PrintDocumentオブジェクト。
ドキュメント内のページを印刷する方法に関する情報を含むSystem.Drawing.Printing.PrintPageEventArgsオブジェクト。
ドキュメント内のページを印刷する時点と方法を決定する制御シーケンスを完了します。
シンタックス
'宣言
 
Public Overrides Sub OnEndPage( _
   ByVal prnDoc As PrintDocument, _
   ByVal ppea As PrintPageEventArgs _
) 
public override void OnEndPage( 
   PrintDocument prnDoc,
   PrintPageEventArgs ppea
)

パラメータ

prnDoc
印刷されるドキュメントを表すSystem.Drawing.Printing.PrintDocumentオブジェクト。
ppea
ドキュメント内のページを印刷する方法に関する情報を含むSystem.Drawing.Printing.PrintPageEventArgsオブジェクト。
解説

詳細については、System.Drawing.Printing名前空間を参照してください。

参照

ActiveReportPrintControllerWithStatusDialog クラス
ActiveReportPrintControllerWithStatusDialog メンバ