Renders the report.

Namespace:  C1.C1Rdl
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Render()
Visual Basic
Public Sub 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