Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewToolsIntegrator Class / Print Method / Print(String) Method
The name of the printer that is to be initially selected in the print dialog.

In This Topic
    Print(String) Method
    In This Topic
    Shows the print dialog, allows the user to print the document currently loaded into the C1PreviewPane.
    Syntax
    'Declaration
     
    Public Overloads Function Print( _
       ByVal printerName As String _
    ) As Boolean
    public bool Print( 
       string printerName
    )

    Parameters

    printerName
    The name of the printer that is to be initially selected in the print dialog.

    Return Value

    True if the document was printed, false otherwise.
    See Also