Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Subreport print page set up

Status
Not open for further replies.

mrmookster

Programmer
Feb 8, 2005
27
GB
CR v10 / XP / SQL Server

I have a report that prints labels. There are 3 reports to print the same data on front labels, index labels and sling labels.

I would like to use a subreport and parameter to select which of the reports to print. My problem is however that the sling report needs to be set up to print landscape, the other two portrait, also the margins in the subreports are critical.

Is there a way to either

1. Force the report to default to the subreport print setup independant of the main report.

2. Define the page set up dynamically.

Many thanks

Marcus
 
Hi, Marcus--
You can have only one page setup in any given report.
There's not even a way you can dynamically choose whether to print landscape or portrait.
You could do it through code if you were calling the report from ASP or something, I guess, but not in CR itself.
Sorry.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top