See Also

ActiveReportPrintController Class  | ActiveReportPrintController Members

Language

Visual Basic

C#

Show All

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.
See Also Languages ActiveReports.Viewer Send feedback to Data Dynamics

OnStartPrint Method

Begins the control sequence that determines when and how to print a document.

[Visual Basic]
Public Overridable Sub OnStartPrint( _    ByVal document As PrintDocument, _    ByVal e As PrintEventArgs _ )
[C#]
public virtual void OnStartPrint(    PrintDocument document,    PrintEventArgs e );

Parameters

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.

Remarks

See the System.Drawing.Printing namespace for additional information.

See Also

ActiveReportPrintController Class  | ActiveReportPrintController Members

 

 


Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.