ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Document Assembly / GrapeCity.ActiveReports.Document.Section Namespace / ActiveReportPrintControllerWithStatusDialog Class / OnStartPrint Method
A System.Drawing.Printing.PrintDocument that represents the document being printed.
A System.Drawing.Printing.PrintPageEventArgs that contains data about how to print a page in the document.

In This Topic
    OnStartPrint Method (ActiveReportPrintControllerWithStatusDialog)
    In This Topic
    Begins the control sequence that determines when and how to print a document.
    Syntax
    'Declaration
     
    Public Overrides Sub OnStartPrint( _
       ByVal prnDoc As PrintDocument, _
       ByVal ppea As PrintEventArgs _
    ) 
    public override void OnStartPrint( 
       PrintDocument prnDoc,
       PrintEventArgs ppea
    )

    Parameters

    prnDoc
    A System.Drawing.Printing.PrintDocument that represents the document being printed.
    ppea
    A System.Drawing.Printing.PrintPageEventArgs that contains data about how to print a page in the document.
    Remarks
    See the System.Drawing.Printing namespace for additional information.
    See Also