Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / C1Document Property

In This Topic
    C1Document Property (C1Report)
    In This Topic
    Gets a C1.C1Preview.C1PrintDocument object that represents content of the report. Note that getting this property causes the report to render if it has not rendered yet.
    Syntax
    'Declaration
     
    Public ReadOnly Property C1Document As C1PrintDocument
    public C1PrintDocument C1Document {get;}
    See Also