Home
Designing Analytics Reports
PDF report: overflow on multiple pages
Migrateduser
<p>Hello,</p>
<p> </p>
<p>we have a report with very long rows that are wider than the page. We would like the report to print all the content of the rows on multiple pages (like excel does), but instead BIRT seems to truncate the content when the max width of the page is reached. We tried to use</p>
<pre class="_prettyXprint _lang-">
options.setOption(IPDFRenderOption.PAGE_OVERFLOW, IPDFRenderOption.OUTPUT_TO_MULTIPLE_PAGES);
</pre>
<p>but it doesn't seem to work.</p>
<p> </p>
<p>Any idea?</p>
<p> </p>
<p>Thanks</p>
Find more posts tagged with
Comments
There are no comments yet