Could I connect JasperReports Server with Eclipse and make a web application which gets reports from JasperReports Server using Trial Version?
2 Answers:
Posted on June 17, 2017 at 1:16am
In JasperStudio, there is an option of Repository Explorer under which you could find a section of servers.
Create a new server and put the details like the JasperServer url and your user credentials and check by testing the connetion.
If the connection has passed, Goto design window and you could find an icon option before setting to publish the report to the JasperServer.
Let me know if this helps
In JasperStudio, there is an option of Repository Explorer under which you could find a section of servers.
Create a new server and put the details like the JasperServer url and your user credentials and check by testing the connetion.
If the connection has passed, Goto design window and you could find an icon option before setting to publish the report to the JasperServer.
Let me know if this helps.
Thank You for the response. I deeply apologize for my question not being clear enough, I wanted to know, If I create a web application and on a putting the parameters and on clicking a button, could I get the desired Report?(Connectivity of eclipse with jasperreports server, nothing to do with JasperStudio)