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)
Flex in BIRT
Anosh
Hi everyone,
I am new in BIRT and I have started creating reports in BIRT. I had read somewhere that Flex can be used in BIRT, but couldn't find any example or help.
Is it possible that Flex can be used for rendering the BIRT report while the processing is done by BIRT engin. If it is possible than how it can be done.
Any kind of help will be highly appreciated.
Thanks in advance.
Find more posts tagged with
Comments
rajivpa
Any luck ? Any ideas ?
dmelcher
Hi Anosh,<br />
I'm not sure about being able to use Flex in BIRT, but you can use BIRT in a Flex application. Look at the following resource: <a class='bbc_url' href='
http://www.adobe.com/cfusion/communityengine/index.cfm?event=showdetails&productId=2&postId=12208'>Flex
cookbook beta - How do we display HTML in a Flex application?</a><br />
<br />
This example describes how to use an IFRAME in a Flex application to display HTML. In your case, the HTML would be rendered from the BIRT engine.<br />
<br />
Hope this helps,<br />
Dan
Anosh
Hi dmelcher,
Thanks for your reply.