ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview.Forms Namespace / ProgressForm Class / DoPrint Method
The print manager to use.
The printer settings.
The default page settings.

In This Topic
    DoPrint Method
    In This Topic
    Prints a document, using a new instance of ProgressForm to show operation progress.
    Syntax
    'Declaration
     
    Public Shared Sub DoPrint( _
       ByVal printManager As C1PrintManager, _
       ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
       ByVal defaultPageSettings As System.Drawing.Printing.PageSettings _
    ) 
    public static void DoPrint( 
       C1PrintManager printManager,
       System.Drawing.Printing.PrinterSettings printerSettings,
       System.Drawing.Printing.PageSettings defaultPageSettings
    )

    Parameters

    printManager
    The print manager to use.
    printerSettings
    The printer settings.
    defaultPageSettings
    The default page settings.
    See Also