I have a report with 4 sub reports. The page size of the main report is 8.5 by 11 inches, but there is one sub-report which should be 11 by 8.5. At the moment when I export this it is extremely wonky. I do have a break between each report. Is there any way I can dynamically set the page orientation so that for that 1 report it would print 11 by 8.5 which the rest are exported as 8.5 by 11.
Asked
Active
Viewed 549 times
1 Answers
0
Go to Report>Report Properties and change the paper orientation to landscape on the report that you want printed landscape.

NewGuy
- 1,020
- 1
- 9
- 24
-
Thanks...but that is not what I am asking. Those properties are already set. Within the main report I have the width and height set as 8.5 by 11. but one of the subreport has 11 by 8.5 size. When I export this to pdf, one of the report doesn't display properly So essentially within the export to pdf, I need to somehow change the size dynamically from 8.5 by 11 to 11 by 8.5. – a415 Oct 01 '16 at 17:57
-
Is the Sub report set to landscape? – NewGuy Oct 03 '16 at 12:28
-
Yes, and the main report is set to Portrait. It seems this is how it is. – a415 Oct 03 '16 at 18:47