Home
Analytics
To get Auto text Page Number
Shaggy
Hi,
I have used Page Number of Auto Text in Master Page for Pagination in my pdf report, the format is like(Page Number/Total Page), its perfectly working.
Now my Querry is I have a dynamic table in my layout which starts from 2nd page some times splits to 3rd page of the pdf report depends on the iterator value, i have signature at the end of the table in the layout which always gets displayed at the end of the table irrsepective of the splitting of the table in two different pages.
Now what I want is to display the signature exactly at the end of the 2nd page also(only when it splits to the 3rd page).
What I had did is, took that signature in the master page and want to put a visibility check with the Page Number of the Auto text.
But As the Auto Text Page Number is an in built funtionality provided by BIRT, how can i get that Page count to use it in visibility check purpose?
Please help me out with this, any ideas or solution regarding this approach would be a great help?
Find more posts tagged with
Comments
mwilliams
You'd have to have multiple masterpages to do it with the masterpage, and a single element cannot have multiple masterpages. You'd have to have different elements to attach to the different masterpages. Is the signature an image or just text? If it's just text, you might be able to use a page variable with a page variable auto-text.