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
1 Answer:
Posted on October 21, 2016 at 7:42am
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.