Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » BIRT » Page break based on Page number(Page break)
icon8.gif  Page break based on Page number [message #652740] Sun, 06 February 2011 01:59 Go to next message
JP Redro is currently offline JP RedroFriend
Messages: 181
Registered: July 2009
Location: India
Senior Member

Hi All,

I am facing issue with page break in BIRT2.2.1, I have requirement like:
when ever the page number is 2, i need to apply second masterpage.

why i am thinking like this, there is no function like to display the table footer in every page. If we apply break then we will get. If i am wrong please correct me and drop your views on the same.

Thanks,
JP


Thanks,
JP
Re: Page break based on Page number [message #653228 is a reply to message #652740] Tue, 08 February 2011 21:42 Go to previous message
Jason Weathersby is currently offline Jason WeathersbyFriend
Messages: 9167
Registered: July 2009
Senior Member

JP,

If you have a table and you want it to span multiple pages and have it
change master page after the first, the best way to do this is to add a
computed column to the dataset that counts the row. Then add two tables
and filter the first table on computedrowcount < pageBreakInterval and
set its masterpage to the first. On the second table filter on
computedrowcount >= pageBreakInterval and set its master page to the
second master page.

Jason

On 2/5/2011 8:59 PM, JP wrote:
> Hi All,
>
> I am facing issue with page break in BIRT2.2.1, I have requirement like:
> when ever the page number is 2, i need to apply second masterpage.
> why i am thinking like this, there is no function like to display the
> table footer in every page. If we apply break then we will get. If i am
> wrong please correct me and drop your views on the same.
>
> Thanks,
> JP
Previous Topic:GenReport.sh with scripted datasource
Next Topic:Page Headers
Goto Forum:
  


Current Time: Fri Apr 26 01:18:13 GMT 2024

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

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

Back to the top