I have a dashboard item in my JasperServer that I want to call programatically from my JSP. I already knew how to call a report, but for dashboards I don’t know how to do it. How do we call the dashboard from a JSP page? And how can I pass the parameters for the report inside the dashboard?
Share
There is no web services API to call dashboards like there is for reports. This will surely be added someday… but for now you can only call a dashboard with an HTTP call.