Skip to main content



      Home
Home » Archived » BIRT » Is it possible to print an HTML report with break page
Is it possible to print an HTML report with break page [message #1219197] Mon, 02 December 2013 10:26 Go to next message
Eclipse UserFriend
I get a break at print time using this CSS:

. PageBreak {
    page-break-before: always;
}
(IE Only)

But i could not implement in BIRT, I'm using version 2.2

How to implement this feature BIRT?
Re: Is it possible to print an HTML report with break page [message #1219451 is a reply to message #1219197] Tue, 03 December 2013 17:18 Go to previous messageGo to next message
Eclipse UserFriend
BIRT has a paginated HTML viewer output. Can you explain more about what you're trying to achieve?
Re: Is it possible to print an HTML report with break page [message #1219573 is a reply to message #1219451] Wed, 04 December 2013 12:19 Go to previous message
Eclipse UserFriend
I generated HTML reports in my application. But my reports are NOT paginated. I try out do this manually throught CSS:

. PageBreak {
page-break-before: always;
}

When a send the report with this CSS to a printer, the report is printed properly. But I can not put this CSS automatically in BIRT.
Let me know how I can do this.

Best regards,

Fernando.
Previous Topic:dynamically expand/display line items from sub report
Next Topic:null null,null value in selected field after running the reports
Goto Forum:
  


Current Time: Fri Jul 11 23:29:23 EDT 2025

Powered by FUDForum. Page generated in 0.46290 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top