• 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

iReport - Printing field in the back

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

I'm with a doubt about reports.
Is it possible to create a field to be printed on the back of a report?
I'm developing a report where in front print a document and in the back print some additional informations.
Is anybody know how to do this?
 
Rancher
Posts: 43081
77
  • Likes 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
That isn't really a question of generating the report, it's a question of printing it. If your printer can handle double-sided printing, then this is easy. If not, you'll need to print one page, put the paper get back into the printer and turn it over, and print the second page.
 
Ranch Hand
Posts: 59
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
The original question is mine also.
I'm sure there is an attribute somewhere in some object that tells the printer to print on front and back.
But which one?
I have searched through almost every Java object that starts with "Print" and cannot find it.

Can someone please point me to the correct object?
 
reply
    Bookmark Topic Watch Topic
  • New Topic