Click here to Skip to main content
15,887,992 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I want to generate a pdf report with my java application I am using JasperReport library. I generated a report using database but I want to generate without any database connection. I want to use ArrayList , Arrays as my data source.
Posted
Comments
Afzaal Ahmad Zeeshan 4-Feb-16 4:25am    
Database is just the data source, you can build the data on runtime, like asking the questions using a form.

However, each library may have a different dependency and different requirement that you would have to fulfil which in this case, may be a database.

1 solution

from the JasperReports web page
The JasperReports Library is the world's most popular open source reporting engine. It is entirely written in Java and it is able to use data coming from any kind of data source


Check the documentation for non-database sources.
 
Share this answer
 
v5

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900