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).
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top