| How to Implement It |
|
|
|
Actuate reporting system can be implemented in different ways:
|
|
Web based template
|
|
This is the easiest implementation method, Actuate provides a set of ACHTML (HTML) templates. By installing the report cast in a web server it takes care of publishing the reports over the web. Report case come with a very easy user friendly template, through which the users can easily navigate through the Report server components.
|
|
OEM integration
|
|
Lot of software application provides Actuate as an integrated reporting system. Each user uses actuate in different ways. Most of the applications uses Actuate report viewer to use the reports. Some OEM providers customizes the viewer as their integrated product. These products uses API calls from their application to invoke actuate components through acrq & acrs
Dlls.
|
|
In some circumstances the parameters to the report is taken by the 3 rd party application all the parameter passing & report execution will take place in the background. User will see the final out put only.
|
|
JSP, ASP or javascript front templates
|
|
These are some of the commonly used front end scripting tools. The above mentioned tools are used to accept parameters, building a dropdown & checking the user access rights etc. Application can check the user access rights with the database also
|
|
|
|
|