Resize Report to set on one page by wide
        Posted  
        
            by adopilot
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by adopilot
        
        
        
        Published on 2010-03-24T12:20:13Z
        Indexed on 
            2010/03/24
            12:23 UTC
        
        
        Read the original article
        Hit count: 246
        
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.
© Stack Overflow or respective owner