views:

310

answers:

0

I'm using SSRS to generate reports in my app. My app calls the web service behind the scenes. In some cases I render the report using the ReportViewer web control, in other cases (if user is using Webkit based browser for example), I just allow them to download a pdf of the report. I set the report parameters programatically.

How can I give my users the ability to decide on the layout of the page (margins, landscape/portrait, paper size)? Is there someway to configure the report layout using report params?

The ability to choose between Letter and Legal is my main interest.

Alternative is to build 2 version of each report but I hate repetition.