Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintManager Class / Print Method / Print(PrinterSettings) Method
The System.Drawing.Printing.PrinterSettings to use, or null to use the defalt printer settings.

In This Topic
    Print(PrinterSettings) Method
    In This Topic
    Prints the Document with the specified printer settings.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal printerSettings As PrinterSettings _
    ) 
    public void Print( 
       PrinterSettings printerSettings
    )

    Parameters

    printerSettings
    The System.Drawing.Printing.PrinterSettings to use, or null to use the defalt printer settings.
    See Also