Displaying the Dashboard Page in a Portal


Enterprise developers can embed any dashboard generated by InetSoft's application in their own web-based portal. Using the API, a developer can control almost every aspect of how the dashboards or reports appear. See this example below of how to code it.

View 2-min Dashboard Demo
Register for Pricing
#1 Ranking: Read how InetSoft was rated #1 for user adoption in G2's user survey-based index Read More

Use this code:

{servlet URL}?op=portal_dashboard e.g., http://localhost:8080/sree/Reports?op=portal_dashboard

Displaying the Dashboard Configuration Page

{servlet URL}?op=dashboard_configuration

e.g., http://localhost:8080/sree/Reports?op=dashboard_configuration

Displaying an Adhoc Report Wizard

{servlet URL}?op=adhocwizard&action=frame&wizard={Wizard Name}

e.g., http://localhost:8080/sree/Reports?op=adhocwizard&action=frame&wizard=Table+Wizard

Displaying the Scheduler Task Page

{servlet URL}?op=scheduler_tasks

e.g., http://localhost:8080/sree/Reports?op=scheduler_tasks

Pinging the Report Server

{servlet URL}?op=ping

e.g., http://localhost:8080/sree/Reports?op=ping

Previous: Integrating Report Components in a Web Application