Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-30 Thread jitendra jain
Well, i have used Jasper Reports with flex. Simply i used navigateToURL method to call the required servlet(Java Servlet) that does the process of creating the reports. Using IReport u have created jrxml. Right Now using JasperReports API package convert this jrxml into PDF and push the

Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-30 Thread Yohanes Iwan Sugiarto
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

[flexcoders] Help FLEX 3 and jasperReports

2008-05-29 Thread gf_baggio
I am new to the Flex 3 programming and would like to know if someone has examples of how to show a jasperReport made with IReport in Flex 3. I managed to generate a jrxml report but need to know how to show this report in Flex. Thanks again for your help

Re: [flexcoders] Help FLEX 3 and jasperReports

2008-05-29 Thread Andrew Westberg
I haven't done it yet, but I'll probably be working on this next week. I was planning on generating the PDF in JasperReports server-side and downloading it into an html component for viewing. Let me know if you find another solution for viewing PDFs in Flex. -Andrew On Thu, May 29, 2008 at