hi. I once was required to do the same and end up using Jasperserver, reports are called from the repository using web services, output format can be defined in part of the parameter as either PDF,CSV,HTML,XLS or RTF. This guide might help you to get to it http://www.jasperforge.org/sf/docman/do/downloadDocument/projects.jasperserver/docman.root/doc1095;jsessionid=B80C0A60DCB87BB0BC16BA313A469DB2
Calling the report is pretty straightforward, navigateToUrl will do it, but displaying the report inside a Flex application is another thing. Embedding HTML or PDF (using Acrobat browser plugin) inside Flex is another possible solution (using iFrame or some other methods). I'm also interested in viewing PDF inside Flex app, can this be done?. I've heard Jasper4Flex (sub project of Jasperreport), but never managed to try that one yet. http://www.jasperforge.org/sf/projects/jasper4flex -- / i w a n

