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)
Crosstab reports and all columns not showing up
rutuja
Hi,
I have a crosstab report which i have integrated with my application. Am using Birt 2.3 ;
When i try and run the report - only those columns that fit into the page in PDF show up and not all the columns. In html i can view all.
Same thing happens when i view it using BIRT viewer also.
With PDF using API option fit_to-Page ie 'pdfOptions.setOption(IPDFRenderOption.FIT_TO_PAGE, new Boolean(true))', i am able to view all the columns but they shrink. I don't want that to happen.
I also tried the page break property, setting it to always (and tested printing); this too is not working
I want to generate a report and using PDF option i should be able to view all the columns with the reader displaying the horizontal scrollbar at the bottom.
And i should be able to print this report.
Is there some property which i am missing?
I tried the 'actual size' property in viewer and I am getting the report the way i want it. That is i am able to view all the columns with zoom factor 100% well, there is a horizontal scrollbar at the bottom. I want similar result using API, what do i do?
Thanks, Rutuja
Find more posts tagged with
Comments
mwilliams
Hi rutuja,
What didn't work about using the page break? I'm assuming you're talking about the new horizontal page break feature for crosstabs.
rutuja
I guess it's a bug, i have the same issue as Vikas ...<a class='bbc_url' href='
http://www.birt-exchange.com/forum/designing-birt-reports/12959-pagination-pdf.html'>http://www.birt-exchange.com/forum/designing-birt-reports/12959-pagination-pdf.html</a><br
/>
<br />
Michael, the page break code is working, i was setting it at the wrong place.<br />
Rutuja