Portrait and Landscape on 1 Report

D

Drew

I have a report that uses a bunch of subreports to compile. I need to find
a way to print the report as Portrait, and then print off 1 subreport as
landscape. How can I do this? I have found other posts that mention the
Orientation and PrtDevMode properties, but am unsure how to implement them.
Any advice?

Thanks,
Drew
 
M

Marshall Barton

Drew said:
I have a report that uses a bunch of subreports to compile. I need to find
a way to print the report as Portrait, and then print off 1 subreport as
landscape. How can I do this? I have found other posts that mention the
Orientation and PrtDevMode properties, but am unsure how to implement them.


You can't do that no matter what mechanism you use. There
is only one orientation for an entire report which is also
applied to its subreports (regardless of the subreport's
original orientation).
 
Top