Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Intelligence (Analytics)
HTML pagination
Izeberg
Hello !
I'm running the birt-viewer in my web application, what I'm doing is that I'm dynamically creating the .rptdesign file server side and passing it to the viewer. the report opens well, the thing is that I'm only creating HTML objects; the problem resides in the pagination, is there anyway for me to force a certain number of lines of pagination?
This is a very critical issue and I've been trying to find a solution and I couldn't.
Find more posts tagged with
Comments
Virgil Dodson
Hi Izeberg,<br />
<br />
Have you tried using the setPageBreakInterval method on your TableHandle?<br />
<br />
<a class='bbc_url' href='
http://www.birt-exchange.org/documentation/BIRT_231/EngineJavadoc/model/api/org/eclipse/birt/report/model/api/TableHandle.html'>TableHandle
(BIRT Model API 2.3.0)</a>