Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    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 15:26 Go to next message
Fernando Santos is currently offline Fernando SantosFriend
Messages: 2
Registered: December 2013
Junior Member
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 22:18 Go to previous messageGo to next message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

BIRT has a paginated HTML viewer output. Can you explain more about what you're trying to achieve?

Michael

Developer Evangelist, Silanis
Re: Is it possible to print an HTML report with break page [message #1219573 is a reply to message #1219451] Wed, 04 December 2013 17:19 Go to previous message
Fernando Santos is currently offline Fernando SantosFriend
Messages: 2
Registered: December 2013
Junior Member
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 Apr 26 03:00:45 GMT 2024

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

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

Back to the top