how to get path for my jasper report from my jasperserver to open it on another web browser?

how to get path for my jasper report from my jasperserver to open it on another web browser?

pampaniyashweta155's picture
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-...

reportdev - 5 years 4 months ago

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.

pampaniyashweta155 - 5 years 4 months ago

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. 

reportdev - 5 years 4 months ago

2 Answers:

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. 

reportdev's picture
12952
Joined: Oct 12 2015 - 12:05pm
Last seen: 1 year 3 months ago

Thanks , But That I Know I want Sort URL For My Report.. Is It Possible ??? I want Url like    http://LocalHost/jasperserver/root/Reports/test.jasper  is it possible ????

pampaniyashweta155's picture
Joined: Apr 20 2018 - 2:11am
Last seen: 5 years 3 months ago
Feedback