ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / Print Method / Print(PrinterSettings,Boolean) Method
The printer settings to use.
Flag indicating whether to show the print progress dialog.

In This Topic
    Print(PrinterSettings,Boolean) Method
    In This Topic
    Prints the document with specified printer settings, optionally showing the print progress dialog.
    Syntax
    'Declaration
     
    Public Overloads Sub Print( _
       ByVal printerSettings As System.Drawing.Printing.PrinterSettings, _
       ByVal showProgress As System.Boolean _
    ) 
    public void Print( 
       System.Drawing.Printing.PrinterSettings printerSettings,
       System.bool showProgress
    )

    Parameters

    printerSettings
    The printer settings to use.
    showProgress
    Flag indicating whether to show the print progress dialog.
    See Also