How to get an instance of Page Report Studio API
Note that before you can use the following methods to get a Page Report Studio API instance, firstly you need to import some relevant packages. For instance, jet.web.dhtml.* must be included here.
Both of the following methods can be used to get an instance of the Page Report Studio API locally. The results of these two methods are exactly the same.
DHTMLClientService service = DHTMLServiceFactory.getDHTMLClientService(request);
|
This method can be used to get an instance of >Page Report Studio API from a remote server (RMI).
|