I have an XML Spreadsheet that is automatically generated. There is a varying amount of Columns and Rows depending on the report.
When printing I would like for it to Fit to Width (Right now if there are too many columns it will not fit on a page… even when landscape).
I was initially using FitToPage but for reports with hundreds of rows it needs to go onto multiple pages.
Any suggestions on how to do this?
Figured it out…
You have to use FitToPage
And FitHeight (which sets the number of pages to print to) to get it to fit to width and have multiple pages…
Here is an example of it working.