Renders the reports to the designated target.

Syntax

<oRef>.render( )

<oRef>

An object reference to the report you want to render.

Property of

Report

Description

Call a Report object’s render( ) method to generate the report. The output of the report goes to the target designated by the report’s output property.

The report engine renders the report internally and outputs the results starting with the page designated by the startPage property. When rendering to a window (the default), rendering stops once a page is output; the window only displays one page at a time. Rendering to a printer or file renders multiple pages. It continues to render all the objects on each page until it exhausts all StreamSource objects, or it has finished rendering the page designated by the endPage property.