RpReport:Close() Method
<< Click to Display Table of Contents >> RpReport:Close() Method |
![]() ![]() ![]() |
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()