how to get path for my jasper report from my jasperserver to open it on another web browser?
Posted on May 22, 2018 at 5:33am
how to get path for my jasper report from my jasperserver to open it on another web browser?
Joined: Apr 20 2018 - 2:11am
Last seen: 5 years 3 months ago
Posted on May 22, 2018 at 4:08pm
When the report opens in the browser, the path is shown on the browser. You can just copy that and paste it into different browser.
At that time, jasper server will reauthenticate.
Joined: Oct 12 2015 - 12:05pm
Last seen: 1 year 3 months ago
Posted on May 22, 2018 at 9:53pm
Joined: Apr 20 2018 - 2:11am
Last seen: 5 years 3 months ago
REST API can be used for creating the links to jasper reports. Try this link
https://community.jaspersoft.com/documentation/jasperreports-server-web-...
Also is there anyother option to view reports rather than the paths shown in browser as suggested by report dev. I want url that can be used in production environment.
either it be production or test environment, jasper server used REST API and it is the only way you can build a report path...
since the reports could have parameters, REST API will provide an easy way for you to provide parameter values.
If you dont want to use Jasper Server, then you can call the reports from a java service using jasper api.