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

In This Topic
    DocumentFileName Property (C1PrintDocument)
    In This Topic
    Gets the file name associated with the current document (i.e. the document was either loaded from that file, or saved to it).
    Syntax
    'Declaration
     
    Public ReadOnly Property DocumentFileName As System.String
    public System.string DocumentFileName {get;}
    See Also