Home
Analytics
Programmatically creating BIRT reports
Tuco
Hi,
I am looking to programmatically create BIRT report but its hard to find some documentation on it.
I was essentially going through the BIRT Report Developer Guide from Eclipse --> Help --> Help Contents and it explains the ways to create the report but not programmatically.
Can someone point me to a link which does so?
My requirement is that i will have a scripted dataset(like i will have a Java Object or a list of Objects) and i will need to generate the table and each row will have a key value pair corresponding to the property and its value.
Thanks
Tuco.
Find more posts tagged with
Comments
johnw
What your looking for is called the Design Engine API. There are examples of it out there on the BIRT Exchange DevShare, BIRTWorld, and on my blog at the Digital Voice.
Tuco
Thanks.