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