Reputation: 601
I've built a report in Reporting Services and when we browse to the report in Internet Explorer we want to be able to export the report in PDF format. It works, but it was cutting off the columns to the right and displaying them on the next page (in PDF) because the page was too wide. I changed the orientation to landscape and it still cut off the columns on the right. Then I changed the page size to legal paper and it fits on one page, but we want the report on letter size paper. Is there a way to compress the report to fit on letter size landscape?
Upvotes: 9
Views: 42931
Reputation: 11
I was having this issue too. I set my margins to zero, which allowed me to print on 1 pdf page instead of 2.
Upvotes: 1
Reputation: 1
When you develop report from SpagoBI Studio change setting of Master Page (next to Layout).
No need to change orientation but you need to increase the width of report according to your number of columns and column with.
make sure it is greater than sum of all column's width (table width)
This will solve the issues
Upvotes: -1
Reputation: 76
Here is how to get a report to fit on a letter page:
Upvotes: 5