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

GrapeCity.ActiveReports.Extensibility.Printing 名前空間 > ActiveReportPrintController クラス : OnStartPrint メソッド
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.
Begins the control sequence that determines when and how to print a document.
シンタックス
'宣言
 
Public Overridable Sub OnStartPrint( _
   ByVal document As PrintDocument, _
   ByVal e As PrintEventArgs _
) 
public virtual void OnStartPrint( 
   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 printer settings are not valid.
The native Win32 Application Programming Interface (API) could not start a print job.
参照

ActiveReportPrintController クラス
ActiveReportPrintController メンバ