Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl.Rdl2008 Namespace / ReportItem Class / Doc Property

In This Topic
    Doc Property (ReportItem)
    In This Topic
    Gets C1.C1Preview.C1PrintDocument object containing generated document. This property can be used only during report generating.
    Syntax
    'Declaration
     
    Protected ReadOnly Property Doc As C1PrintDocument
    protected C1PrintDocument Doc {get;}
    See Also