• 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

Print report section wise

 
Ranch Hand
Posts: 154
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,
Thanks a lot in advance.
Please help me in following problem,
We have report to be printed which will consists different sections like below,

Name Details:
��
�..
Address Details:
��
�..
��
Education Details:
�..
��.
��
Like wise we have different section to be printed on A4 page, the report will be generated dynamically, so which will go beyond 2, 3 pages.
My problem is Section heading and its details should be printed at one page only.
i.e., one page is having section header and other page is having details should not be there.

Please tell me with example,

Regards
Sree
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Whenever I need an exact layout, I tend to generate a pdf on the serverside.

For adding page breaks when printing, take a look at this:
http://davidwalsh.name/advanced-css-printing-css-page-breaks

Eric
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic