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

In This Topic
    StorageFile Property (XlsFilter)
    In This Topic
    Gets or sets the exported file.
    Syntax
    'Declaration
     
    Public Property StorageFile As IStorageFile
    public IStorageFile StorageFile {get; set;}
    See Also