[jasperreports-questions] avoid extra blank space in reports...

2008-09-17 Thread BalaKishore Pamarti
Hello:   I created a jasperreport with a subreport embedded beneath every row in the main report. Everything works fine but there is an extra white space beneath every row in the main report when there is no data in the subreport.   And also in other reports I noticed that there is extra space

Re: [jasperreports-questions] Fw: problem with printWhenExpression

2008-09-25 Thread BalaKishore Pamarti
- From: BalaKishore Pamarti [mailto:[EMAIL PROTECTED] Sent: Thu 9/25/2008 4:10 AM To: jasperreports-questions@lists.sourceforge.net Subject: [jasperreports-questions] Fw: problem with printWhenExpression Hi Group:   I have created a report where I want one of the columns (say col3) to be printed

Re: [jasperreports-questions] Extra white space when detail section overflows...

2008-09-25 Thread BalaKishore Pamarti
Hi Group:   In my report whenever the detail section overflows to the next page there's an extra white space left at the bottom (where a couple of rows of data easily fits)   Does any of you guys know how to eliminate this space.   Thanks, Pamarti Peace is found not in what surrounds us, but

Re: [jasperreports-questions] sub reports auto compile

2008-09-26 Thread BalaKishore Pamarti
Just try --   JasperCompileManager.compileReportToFile(request.getSession().getServletContext().getRealPath(/jasperreports/ + fileName + .jrxml));     Pamarti Peace is found not in what surrounds us, but in what we hold within. --- On Fri, 9/26/08, Philippe Couas [EMAIL PROTECTED] wrote:

Re: [jasperreports-questions] sub reports auto compile

2008-10-04 Thread BalaKishore Pamarti
: Friday, September 26, 2008, 10:23 AM Hi, If my CustomersReport.jrxml contains two sub reports they are compiled too ?   Regards Philippe De : BalaKishore Pamarti [mailto:[EMAIL PROTECTED] Envoyé : vendredi 26 septembre 2008 16:16 À : jasperreports-questions@lists.sourceforge.net; Philippe Couas

Re: [jasperreports-questions] Run jasper reports on automated schedule

2008-10-08 Thread BalaKishore Pamarti
You pull the data using a stored procedure and get the List of data with Beans and feed that into the JasperReports engine and have it create a report file (say pdf) with a datatime stamp in some folder.   Now you can set this java program as a simple scheduled job in linux to run at specified