hi all,
I need to design my report with two details band, like this,
 there sholud be two parts in the report that dynamically grow :for example :
       SCHOOLS
school name      school id    location
school1              1               city1
school2              2               city2
......

       HOSPITALS
hospital             address      phone      #of doctors
hospital1           adres1        1                5
hospital2           adres2        2                6
........

these two information parts should include in the same report, the number of records are dynamic, so how can I solve this problem. is it possible to do this in jasperreports?

thanks...

Reply via email to