FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / XlsFilter Class / PreviewFile Property

In This Topic
    PreviewFile Property (XlsFilter)
    In This Topic
    Gets the Windows.Storage.IStorageFile which can be used to show preview after export.
    Syntax
    'Declaration
     
    Public ReadOnly Property PreviewFile As IStorageFile
    public IStorageFile PreviewFile {get;}
    See Also