
Opening and closing a report
To open or close a report, you can use the following methods:
- open(String name)
Opens an existing report set and returns the handle of the report set.
- close(String handle)
Saves any changes and closes the opened report in the current report set.
- closeReportSet()
Saves any changes and closes the current report set.
- quit(String handle)
Closes an opened report without saving any changes.
Parameters
- name - Name of the report set that is to be opened.
- handle - Ancestor handle of the opened report.
