Visualize.JS: How to display a file resource (found from resourcesSearch) using Visualize.js

Hi All,

I am able to find the resources in a specified folder using resourcesSearch function but not able to display the file resources found.

Please tell me how to display the found resources using visualize.js

 

Thanks,

Sampathi G

sampath516's picture
Joined: Jul 9 2016 - 2:28am
Last seen: 5 years 6 months ago

1 Answer:

This is not something built into Visualize.js. However, a resource from the result of a resourceSerch has a URI that you can prefix with:

http://<host>:<port>/jasperserver[-pro]/rest_v2/resources

and open in a new window. This is taken from the REST API here: http://community.jaspersoft.com/documentation/tibco-jasperreports-server...

You may also need to check the authentication part from the REST API as well since those links may require authentication.

narcism's picture
6008
Joined: Nov 22 2010 - 12:39am
Last seen: 9 hours 55 min ago
Feedback