ActiveReports Developer 7
FileName Property
See Also 
GrapeCity.ActiveReports.Web.v7 Assembly > GrapeCity.ActiveReports.Web.ExportOptions Namespace > PdfExportOptions Class : FileName Property

Glossary Item Box

Gets or sets the name of an exported file in the Save file dialog.

Syntax

Visual Basic (Declaration) 
Public Property FileName As System.String
C# 
public System.string FileName {get; set;}

See Also