Can i use report birt in java application??
Hi,
I would like to implement the following things:
- Create a BIRT report to obtain some information, for example:
WI_ID SUMMURY
10 test10
20 test20
30 test30
- Use BIRT TABLE ( dataset results ) and create in a java application an objects List, where every object has their fields initializated with the values of the birt Report, for example:
Java object1' fields initialized with the values of the row number 1 ( 10, test10),
Java object2' fields initialized with the values of the row number 2 ( 20, test20),
Java object3' fields initialized with the values of the row number 3 ( 30, test30).
Is It possible? Can you help me please??
Thanks.
Giuseppe.