views:

47

answers:

0

Is there a possibility to set size of Report to fit on one page pragmatically.

In excel there is option for page Scaling where We can set how many pages by tall and by wide is going to be printed .

Does exists something analog in SSRS2008 ?

I am using Sql Report Server 2008 and Ill try to do that by exporting report to excel and after that to set numbers of pages using ASP and C#. But the bad thing that I do not have office system installed on my server, and If I deploy code over visual studio project for Excel worksheet I am afraid that is not going to work on my server.

Subquestion

Are there any .NET library for Excel which implement the needed function for page scaling that can work without Office installed on target server.