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)
Problem need help with BIRT - Java - C#
luutheanh
Hi all,
I've created many report by BIRT in Eclipse and used in Java Application. But now, I need develop them on Window application or Web Application. But when I convert from java to C# by IKVM but I didn't know "How to call report in my application?"
Please suggest for me many idea if you know about that.
Regards,
Luu The Anh
Find more posts tagged with
Comments
mwilliams
Hi Luu The Anh,
What you'd probably have to do is deploy BIRT to some sort of java based application server (i.e. Tomcat) and call the report designs into your C# application by the URL's on the app server.
Hope this helps.