RE: [jasperreports-questions] running many queries in a report?

2006-04-24 Thread S, Mohamed Raffi (Mohamed)
Check out the Custom DataSource section, if there is any. Basically you need to implement the JRDataSource and do your stuff in there and return a collection of Maps. Jasper Engine will use that for the report rendering. Don't forget to declare Fields and Parameters as required. Regards, Raffi ---

[jasperreports-questions] trying to create a printable image from an AWTimage.

2006-04-24 Thread Alvin Starr
I have some that generates an AWTImage . I am trying to figure out how to convert into a format that I can print/display in a iReport created jasper report. I am sure that there is somthing in the mail lists but I cannot find it. (the downside of having a sucessful project is that there are lot

[jasperreports-questions] JasperViewer from a "modal dialog wizard". How?

2006-04-24 Thread Damian C
Hi, We've started using JasperReports a few days ago and have been very pleased at the product and our progress. However, I am currently struggling to provide a "Print Preview" of the report before the user "confirms" and actually prints. Currently I'm building a report "Request for Quotiation". T

Re: [jasperreports-questions] running many queries in a report?

2006-04-24 Thread Dan Adams
Sorry, If I'm kind of new to this, but could you elaborate on getting the datasource to run the queries and put them in parameters? I have the jasper ebook and have read through it so I can reference that if need be. On Mon, 2006-04-24 at 11:03 -0700, Manfred Moser wrote: > Dan Adams wrote: > > I

Re: [jasperreports-questions] running many queries in a report?

2006-04-24 Thread Manfred Moser
Dan Adams wrote: I have a report I want to do that, while it runs one main query, needs to run many other small queries where it really only cares about getting one result from the query (such as a count or average). How is this done without creating a ton of subreports that don't print anything

[jasperreports-questions] running many queries in a report?

2006-04-24 Thread Dan Adams
I have a report I want to do that, while it runs one main query, needs to run many other small queries where it really only cares about getting one result from the query (such as a count or average). How is this done without creating a ton of subreports that don't print anything and just return a r

[jasperreports-questions] red gradient in charts in pdfs

2006-04-24 Thread Dan Adams
I have a really funky problem where when I generate a pdf, all my charts have this red gradient on them. I'm using iReport 1.2.1 and JR 1.2.1. I've attached the source and pdf result. This appears to have come up on the list before: http://sourceforge.net/forum/message.php?msg_id=3628517 -- Dan

[jasperreports-questions] [ANN] JasperServer 0.9.2 released ...

2006-04-24 Thread Teodor Danciu
Hello, JasperSoft is pleased to announce the release of JasperServer version 0.9.2. You can learn more about this product and the new release here: http://sourceforge.net/forum/forum.php?forum_id=564993 Thank you, Teodor --- Using Tom

[jasperreports-questions] Cross tab issue

2006-04-24 Thread Vidhya C, ASDC Chennai
Dear Friends,   I am using crosstab for department-category matrix where the repetitive values are not getting printed.I have given "Print Repetitive values" still it doesnt show those values.Please Help. Regards,Vidhya.C

Re: [jasperreports-questions] Hide a field based on the previous row

2006-04-24 Thread Andy Dines
I don't think that there's a simple way to do what you want in the report itself. As you have a custom datasource, could you not add in a field called "PrintDate" and, using Java, populate that as you want? Either that, or change your datasource so that it includes the date from the next record