Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview.Export Namespace / C1ExporterBase Class / Preview Property

In This Topic
    Preview Property (C1ExporterBase)
    In This Topic
    Gets or sets a value indicating whether the exported document should be opened after exporting it to a disk file (using the Export(String) method). The application used to open the file is determined by the OS shell.
    Syntax
    'Declaration
     
    Public Property Preview As Boolean
    public bool Preview {get; set;}
    See Also