jasperserver - retrieving the report's parameters dynamically -
is there way retrieve jasperreports's report parameters?
which means don't have know parameters retrieve report in our application.the parameters prompts can embedded in our application.
once report embedded in our application , if want run it, parameters prompts displayed automatically if in jasperrepoprts server.
this called jasper http api (link)
you build url jasper report. assuming hosting jasper reports server. can use url via iframe in html.
if see parameters below, can choose skin report (which remove components), add themes suit application etc. can pass parameters via rest format e.g.. &projectid=221
if want pop up:
- in jrs, go edit report.
- in controls , resources, can add control input, if want.
- this show popup , can enter value.
hope looking for.
Comments
Post a Comment