Besides fundamental functions that Page Report Studio API provides, you can further obtain other instances from DHTMLClientService.
|
Page Report Studio API provides you with the Page Report Studio interface. With the Page Report Studio API, you can easily embed the Page Report Studio page or components into your own JSP. Here jet.web.dhtml.DHTMLConfig is used to customize your own Page Report Studio toolbar.
This method is used to specify the buttons displayed on the Page Report Studio toolbar.
Parameters:
This method is used to set the toolbar's default status: shown or hidden.
Parameters:
To customize the Page Report Studio toolbar, you must add the following code to run_report.jsp in <intall_root>\public_html\dhtmljsp
. And this code must be after the RunReport() method.
|
Reference: For more information on this topic, see the JReport Javadoc located in <install_root>\help\api
.