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

In This Topic
    FileName Property (PdfExportOptions)
    In This Topic
    Gets or sets the name of an exported file in the Save file dialog.
    Syntax
    'Declaration
     
    Public Property FileName As String
    public string FileName {get; set;}

    Property Value

    A System.String value indicating the file name for the exported PDF document.
    See Also