Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » page break not on first page
page break not on first page [message #1693368] Thu, 23 April 2015 14:39 Go to next message
Hans-Georg Glöckler is currently offline Hans-Georg GlöcklerFriend
Messages: 88
Registered: July 2009
Member
I use BIRT 4.4.1 with java 1.7 and the actuall eclipse.

I have a report with a grid and a table after the grid.
Via DataSet Parameter Binding i get more tables in the report.
I have set at the tabel the "pageBreakBefore = Always" in the porperty editor.

But i want now, that only on the first page the table comes directly behind the grid.
My idea was to use in the onCreate of the table the following code, but it don't work

onCreate of table
if (pageNumber==1) {
	this.getStyle().pageBreakBefore="Avoid";
}

I have also tried it in onRender of table. Nothing happended.
Re: page break not on first page [message #1694662 is a reply to message #1693368] Thu, 07 May 2015 01:59 Go to previous message
Michael Williams is currently offline Michael WilliamsFriend
Messages: 1925
Registered: July 2009
Senior Member

So, you want to avoid the first page break, but break on the rest of them?

Michael

Developer Evangelist, Silanis
Previous Topic:How to convert a String to a Date Value?
Next Topic:Newspaper/Multi Column layout in BIRT
Goto Forum:
  


Current Time: Fri Apr 19 12:12:46 GMT 2024

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

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

Back to the top