Jump to content
We've recently updated our Privacy Statement, available here ×

How to Integrate Apex with Jasper Reports


sanjana.shah

Recommended Posts

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 http://community.jaspersoft.com/sites/all/libraries/ckeditor/plugins/smiley/images/regular_smile.gif

 

Thanks,

Sanjana Shah

 

 

 

 

Link to comment
Share on other sites

  • Replies 5
  • Created
  • Last Reply

Top Posters In This Topic

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

 

Link to comment
Share on other sites

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 ?

 

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...