vote up -1 vote down star

I have a report which is composed of several subreports. I need to render some of the reports as landscape and others as portrait. SSRS 2005 doesnt appear to support this behavior. Does anyone know if it is possible to get this behavior without having to hand roll a "report packager"?

To be clear, the client wants to print one report which is composed of several subreports. Some of the subreports are landscape and some are portrait. The main report appears to override the page orientation of the subreports.

flag

1 Answer

vote up 0 vote down check

You'll be constrained by the page settings on the main report.

The best bet is to create a report packager as you mentioned. I've used the library iTextSharp to do this on a project once. It didn't take much work to get it to work and it functioned marvelously.

link|flag
Since the reports are already created in SSRS, I'm building a custom control that wraps the print review control and presenting a report viewer style UI that gives the users a packaged report view. SSRS can deliver each report as a TIFF document which I will merge together. – Joe Caffeine Sep 2 at 3:45
About the same effect as I suggested using TIFF instead of PDF. – StrateSQL Sep 3 at 0:50

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.