ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Web Assembly / GrapeCity.ActiveReports.Web Namespace / BaseExportSettings Class / FileName Property

In This Topic
    FileName Property (BaseExportSettings)
    In This Topic
    Gets or sets the file name for the exported file is downloaded.
    Syntax
    'Declaration
     
    Public Property FileName As StringDefaultExportSetting
    public StringDefaultExportSetting FileName {get; set;}

    Property Value

    A StringDefaultExportSetting object representing the file name setting.
    See Also