How to get rid of these hidden fields embedded in the ReportViewer WebControl's toolbar?

Last post 02-12-2009 6:30 AM by hundehasser. 0 replies.

Sort Posts:

  • How to get rid of these hidden fields embedded in the ReportViewer WebControl's toolbar?

    02-12-2009, 6:30 AM
    • Member
      743 point Member
    • hundehasser
    • Member since 02-21-2007, 3:35 AM
    • Berlin, Germany
    • Posts 122

    Hi there!

    Our reports use OLAP based parameters for fairly large dimensions (>80k members). The ReportViewer WebControl manages all their ValidValues in Javascript using HTML hidden input fields — resulting in some 50MB invisible checkbox mess that's killing most browsers.

    As our ASP.Net application has its own parameter management (using URL access and POSTing parameters), we don't need any of this Javascript + hidden field blunder. Currently we are using the redistributable ReportViewerControl 2008 SP1with SSRS 2005 SP2 embedded in an iframe.

    Passing ...rc:Parameters=false... hides all parameter controls inside the toolbar, but still renders all hidden fields — for whatever purpose (there is no point in having all this hidden fields without any means to manipulate filter values). Passing ...rc:Toolbar=false... gets rid of these pesky hidden fields, but we'd really like to keep the toolbar in place (for paging and printing).

    Is there anything we can do about it, maybe some undocumented rc:NoWeReallyDontWantTheseHiddenFieldsButWouldLikeToKeepTheToolbar=true?

    Thanks and best regards,
    Thomas

Page 1 of 1 (1 items)