Renders the report into an internal collection of images.

Namespace:  C1.C1Report
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 other classes access the Document property, so you rarely have to call Render()()()() directly from your code.

In some cases, you may want to access the report as a collection of pages, exposed by the PageImages property. To ensure that the image collection is available and up-to-date, call the Render()()()() method directly.

See Also