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

In This Topic
    FileName Property (C1RdlReportBase)
    In This Topic
    Gets the file name from which the current report definition has been loaded, or where it has been last saved.
    Syntax
    'Declaration
     
    Public Property FileName As System.String
    public System.string FileName {get; set;}
    See Also