Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / FromFile Method

In This Topic
    FromFile Method (C1PrintDocument)
    In This Topic
    Creates a new instance of the C1PrintDocument class, and loads the document from the specified file.
    Overload List
    OverloadDescription
    Creates a new instance of the C1PrintDocument class, and loads the document from the specified file.  
    Creates a new instance of the C1PrintDocument class, and loads the document from the specified file. The persistence format (C1DocumentFormatEnum.C1d or C1DocumentFormatEnum.C1dx) is determinated by the file extension. If the format cannot be determined by the extension, the C1DocumentFormatEnum.C1d format is used.  
    See Also