Reports for WinForms | ComponentOne
C1.Win.C1Report.4 Assembly / C1.Win.C1Preview Namespace / C1PreviewToolsIntegrator Class / Print Method / Print() Method

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

    Return Value

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