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-AIR and BIRT
pertutto
How can my Flex application provide some of the values? Excuse me for the stupid question but I'm a newbie...
thanks
Find more posts tagged with
Comments
rmurphy
I'm not exactly sure what you are looking for, but the e.Spreadsheet Engine is a Java based tool for reading and writing Excel files. You can also calculate information in Excel files. Any integration with Flex would be via some sort of web-service or URL based integration.
Rob
rajivpa
Hi
We want to use flex as presentation engine with BIRT as reporting engine.
Do you have any ideas on how to proceed on this ? Do we have to write a custom emitter which will emit the swf file for flex ?
Any ideas are appreciated.
Thanks
Rajiv
jtk
You need to ask your question on the BIRT forum. This is the e.Spreadsheet forum.
dmelcher
You can use BIRT and eSpreadsheet 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 by setting the IFRAME's src attribute to a URL. This URL can be set to either the BIRT engine or eSpreadsheet engine to display appropriate content in it.<br />
<br />
Hope this helps,<br />
Dan