Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / C1PrintDocument Class / DocumentInfo Property

In This Topic
    DocumentInfo Property (C1PrintDocument)
    In This Topic
    Gets or sets the DocumentInfo object containing the information about the current document (such as author, company, and so on).
    Syntax
    'Declaration
     
    Public Property DocumentInfo As DocumentInfo
    public DocumentInfo DocumentInfo {get; set;}
    See Also