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

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

パラメータ

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

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

参照

ActiveReportPrintControllerWithStatusDialog クラス
ActiveReportPrintControllerWithStatusDialog メンバ