Please note, the report in question is the EXACT SAME report, simply called in two different ways. The environment is SharePoint 2010 and SSRS 2008 R2 running in integrated mode.
1) The first image below shows one vertical scroll bar and one horizontal scroll bar (desired result), and the report was run via directly clicking on the report after navigating to the appropriate SharePoint library.
2) Second image below shows two vertical scroll bars and two horizontal scroll bars (bad result), and the report was called via a parameterized URL using the ="javascript:void(window.open('" + [report url] ... syntax
My question is: how do I get only one set of scroll bars when calling the report via the javascript:void(window.open syntax. Thanks.