Reports for WinForms | ComponentOne
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 PrinterSettings, _
       ByVal defaultPageSettings As PageSettings _
    ) 

    Parameters

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