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

In This Topic
    FileOpen() Method
    In This Topic
    Shows the "open file" dialog allowing the user to select a document to open, and then opens it.
    Syntax
    'Declaration
     
    Public Overloads Function FileOpen() As Object
    public object FileOpen()

    Return Value

    The opened document or null if operation was cancelled or there was an error while loading the document.
    See Also