How can I hide the Internet Explorer Menu and Tool Bar in SQL Reporting.
SQL Server Reporting Services
If I am understanding what you are asking, that is not possible with SSRS.
I tried that , but it did not work since the SQL Reporting Service launches the Internet Explorer.
Is there a way to configure the the Report to pass parameters to IE
Then you would probably want to handle this with the web page. SSRS generates reports. It really has nothing to do with Internet Explorer other than it is displayed IN Internet Explorer.
Are you using Visual Studio 2005 to create a web application If so, you will have quite a bit of control over the web page. What tool are you using Or are you creating the web page from "scratch"