Reports for WinForms | ComponentOne
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 String
    public string DocumentName {get; set;}
    See Also