Hello everyone,
I had created jasper reports in Ireport Designer and upload it to JasperSoft Server 5.5. Now i want to integrate these reports with Apex Forms. Can anyone knows how to call jasper server reportsfrom Apex forms. Kindly help me if any one knows. Waiting for reply
Thanks,
Sanjana Shah
2 Answers:
Posted on May 23, 2014 at 8:56am
I'm using Oracle Apex and Jasperreport, but jasperreport is not really "integrated" on Apex forms;
I would rather say that JasperReport is "called" from apex by hyperlink, with all parameters you need:
example:
http://jasperreport-server/jasperserver/flow.html?_flowId=viewReportFlow&reportUnit=/reports/report_name&output=pdf&j_username=jasper_user&j_password=jasper_password&rep_parm=parm_value
Hi,
yes its working when i embed JasperReport Hyperlink in Apex and call report from apex but it also displays j_username and j_password and is visible to users. I need to hide username and password and call report from apex. Is there another possible way. Or how to hide username and password OR can v disable authentication on jasperreport server ?
http://vincentdeelen.blogspot.it/2013/06/integrate-jasperreports-in-your...
http://damien.antipa.at/2011/11/04/apex-and-jasperserver-tunnel-plugin/