Hello,
I am new to Jasper. I want to make a report having dynamic number and type of columns. Further, I want to run my report on jasperserver with my other reports (with fixed and known columns).
I can use dynamic jasper to create my dynamic report, but I am not able to find a way to run it using jasperserver.
Is it possible to do so?
If yes, please provide some lead.
Thanks in advance.
0 Answers:
No answers yet
I have same issue .If you have any solution Please share with me
Hello Kavita,
We left the Jasper server and developed our own server on the JasperReports library. We modified some code in the library as well to support dynamic part in the reports.
So ,is it not possible to create dynamic reports in java using custom bean source and then deploy them on jasper server
We are developing a web application. We wolud like to use jasperserver to view reports at client system.
Do any one know how can we integrate the jasper server with web application.
Please suggest with exact resouce or any step by step process.
Thanks and Regards
Hi guys, please use URL to go to jasper server from your web application. for example like this.
https://localhost/jasperserver/flow.html?_flowId=viewReportFlow&standAlo..."
+ res.getUriString();
Its necessaory your jasper server must run on machine. than this URI will take you to jasper server from your web application.
thanks,
irfan k