• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

getting blank page at the end of the report

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

I have divided the detail section of the sub report into 2 columns and had placed the sub report into my custom group at the end of report template. Now when the data gets printed in the second coloumn i am getting a blank page at the end even when the dataset has finished in the second coloumn of that page. please do let me know how to avoid getting that extra page.

I am not this problem if the dataset finishes in the first coloumn also i have set NOPAGES in the more section of the Report properties .

Quick help will be appreciated , Thanks in Advance.



Regards,

Chittora
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you an open source library to generate this report? If so, which one, and how are you using it to generate the report?
 
Diwakar Chittora
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i am using iReport-0.3.1 for generating the report . i cant use the higher version as it might create problem for other reports.
 
Diwakar Chittora
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The procedure i followed is as fllows :
I divided the detail section of the subreport into 2 parts. This subreport i am using in my custom group.Now when i am populating the data from database using datasource i am getting a blank page if the data gets printed into the second column after writing the first column but if the dataset gets end in the first column only then i am not getting the balnk page

Do let me know if you know how to avoid getting the blank page

Regards,
Chittora
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic