Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / C1RdlReportBase Class / Render Method

In This Topic
    Render Method (C1RdlReportBase)
    In This Topic
    Renders the report.
    Syntax
    'Declaration
     
    Public Sub Render() 
    public void Render()
    Remarks
    This method is called implicitly when the C1Document property is accessed, so you rarely have to call it directly from your code.
    See Also