GrapeCity ActiveReports for .NET 16.0J
OnEndPrint メソッド

GrapeCity.ActiveReports.Extensibility.Printing 名前空間 > ActiveReportPrintController クラス : OnEndPrint メソッド
A System.Drawing.Printing.PrintDocument that represents the document being printed.
A System.Drawing.Printing.PrintEventArgs that contains data about how to print the document.
Completes the control sequence that determines when and how to print a document.
シンタックス
'宣言
 
Public Overridable Sub OnEndPrint( _
   ByVal document As PrintDocument, _
   ByVal e As PrintEventArgs _
) 
public virtual void OnEndPrint( 
   PrintDocument document,
   PrintEventArgs e
)

パラメータ

document
A System.Drawing.Printing.PrintDocument that represents the document being printed.
e
A System.Drawing.Printing.PrintEventArgs that contains data about how to print the document.
例外
例外解説
The native Win32 Application Programming Interface (API) could not complete the print job. -or- The native Win32 API could not delete the specified device context (DC).
参照

ActiveReportPrintController クラス
ActiveReportPrintController メンバ