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 String
public string FileName {get; set;}
See Also