Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / C1RdlReport Class / FileName Property

In This Topic
    FileName Property (C1RdlReport)
    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 String
    public string FileName {get; set;}
    See Also