FlexReport for UWP | ComponentOne
C1.UWP.Document Assembly / C1.Xaml.Document.Export Namespace / HtmlFilter Class / FileName Property

In This Topic
    FileName Property (HtmlFilter)
    In This Topic
    Gets or sets the name of the output file. The file will be created in the folder specified by the StorageFolder property.
    Syntax
    'Declaration
     
    Public Property FileName As String
    public string FileName {get; set;}
    See Also