ComponentOne ReportViewer for ASP.NET Web Forms
C1.C1Report.4 Assembly / C1.C1Preview Namespace / ActionHandlerFile Class / FileName Property

In This Topic
    FileName Property (ActionHandlerFile)
    In This Topic
    Gets or sets the name of the file associated with the current ActionHandlerFile. If empty, a file dialog will be shown to the user when the current action handler is invoked.
    Syntax
    'Declaration
     
    Public Property FileName As System.String
    public System.string FileName {get; set;}
    See Also