RpReport:Close() Method

<< Click to Display Table of Contents >>

Navigation:  RpReport Class >

RpReport:Close() Method

Previous pageReturn to chapter overviewNext page

Purpose

Close a RpReport object.  You must call this method to free resources used by RpReport.

Syntax

<oRpReport>:Close()  NIL

Description

After this call, the RpReport object is no longer valid.

Example

// The report object is no longer needed close it.

oRpReport:Close()