SSRS URL Access - handle different resolutions

Unanswered SSRS URL Access - handle different resolutions

  • Thursday, February 21, 2013 10:57 PM
     
     

    Has anyone found a solution to the problem we encounter when rendering SSRS reports as dashboards within IFrames or the report viewer control..

    Namely how to handle different screen resolutions?

    Is there any way to dynamically set the rc:Zoom url parameter so we can handle different screen resolutions 

    http://connect.microsoft.com/SQLServer/feedback/details/428623/ssrs-fit-to-page

    The above connect article has been open for four years. In my experience with using SSRS to deliver dashboards within applications like CRM, this is a major problem that needs to be addressed.. 

    Especially with the new trend towards tablets that have a much lower resolution to what desktops do.

    If anyone has the same experience or a solution to this problem, would be very keen to hear from you

    Cheers

    Josh



    Thanks! Josh Ash

All Replies

  • Friday, February 22, 2013 5:20 PM
     
     

    Hi Josh,

    I do not know if this will help, but I have created SSRS reports that dynamically resize based upon a parameter I send it, even from a pulldown option inside my SSRS report.

    Maybe you could make it autodetect the platform and set this width? Embedded VB inside of SSRS report could do this.

    http://blogs.msdn.com/b/robertbruckner/archive/2008/10/27/charts-with-dynamic-size-based-on-categories-or-data.aspx

    http://social.msdn.microsoft.com/Forums/en-GB/sqlreportingservices/thread/c684f213-9bc2-453f-8a14-f41ca3f99efa

    http://social.msdn.microsoft.com/Forums/is/sqlreportingservices/thread/1ad6c33d-dbf4-4e5a-90d1-68a615e03e98


    Dusty