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

In This Topic
    Render Method (C1RdlReport)
    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