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

In This Topic
    DocumentName Property (C1MultiDocument)
    In This Topic
    Gets or sets the name of the document (used to identify documents in print tasks and so on).
    Syntax
    'Declaration
     
    Public Property DocumentName As System.String
    public System.string DocumentName {get; set;}
    See Also