views:

339

answers:

2

Hi, i need to create dynamic jasper report .

my scenario is i have nearly 60 tables in database,so i can't create 60 jasper reports.i want a template jasper report which should be modified automatically by program.The data will come dynamically from the database and will be stored in an arraylist. iterating the arraylist i need to upload the data to jasper report. is that possible in java + jasper Reports. if so please give an example or any idea.

thanks pramod

+1  A: 

Through DynamicReports you can create dynamic reports quickly and easily. Take a look at following step by step tutorial.

Ricardo