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

In This Topic
    C1Document Property (C1RdlReportBase)
    In This Topic
    Gets a C1.C1Preview.C1PrintDocument object representing the report. Note that if the report is empty, it is rendered before this property returns.
    Syntax
    'Declaration
     
    Public ReadOnly Property C1Document As C1PrintDocument
    public C1PrintDocument C1Document {get;}
    See Also