Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
Integration of Birt with customize application in maximo
Kumar132
Hi,
I want to integrate Birt with customize application in maximo by java coding. I want to generate .rptdesign file from customize application by using java functionality by extending Birt classes.I am confuse How will i do ? Please suggest me.
Regards
Anil
Find more posts tagged with
Comments
CBR
You can programmatically create .rptdesign files by using the BIRT Design Engine API. the integration of this API is similar to the integration of Report Engine API.
See Design Engine API reference to learn how to work with it.
Kumar132
Hi,
I am making datasource with jdbc in birt .
when i use ElementFactory.newOdaDataSource("datasource","org.eclipse.birt.report.data.oda.jdbc"),I am getting null value as OdaDatasourceHandle. Please help me why null value is comming.
I download birt-report-designer-all-in-one-2.1.2.
Thanks
Anil