FlexReport for WinForms | ComponentOne
C1.Win.FlexViewer.4.5.2 Assembly / C1.Win.FlexViewer Namespace / C1FlexViewer Class / Print Method

In This Topic
    Print Method (C1FlexViewer)
    In This Topic
    Shows the standard print dialog, allowing the user to print the currently loaded document.
    Syntax
    'Declaration
     
    Public Function Print() As Boolean
    public bool Print()

    Return Value

    True if the user pressed OK in the dialog, false if the user cancelled the dialog.
    See Also