• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How to print Image on Each page

 
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello All

I am right now working on iReport, and i have to print Header on each page of report.
So i had put all field on Header of page and i remove
"(new Boolean($V{PAGE_NUMBER}.intValue()==1))" from my all field which reqired on each page.It's working fine it's printing header field on each page of report.......
Now problem is that when i remove
[new Boolean($V{PAGE_NUMBER}.intValue()==1)] from my Image ,then image is not come to all page, even i lost some of data from page which come earlier.
 
author
Posts: 3285
13
Mac OS X Eclipse IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Manish and welcome to Javaranch!,

Can you please change your screen name in accordance with our naming policy, thanks!
[ December 30, 2008: Message edited by: Martijn Verburg ]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic