Navigating repository content using Report Explorer
Use the actuate.ReportExplorer class to navigate and view the contents of a Encyclopedia volume in a generic graphical user interface. Load the actuate.ReportExplorer class with actuate.load( ), as shown in the following code:
Call actuate.ReportExplorer functions to identify the root directory to display then call the ReportExplorer’s submit function to display the content in the assigned <div> element.
The ReportExplorer class requires the use of a pre-existing actuate.RequestOptions object loaded with initialize. TO use the default RequestOptions, use the RequestOptions constructor and provide the object as a parameter to the initialize call, as shown in the following code:
actuate.initialize( "http://localhost:8900/iportal", requestOpts, null, null, runReportExplorer);
(c) Copyright Actuate Corporation 2011 |
![]() |