﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Article Discussions / Article Discussions by Author / Discuss content posted by Darren Herbold  / Using the ReportViewer Control in a WebForm with Parameters / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Thu, 23 May 2013 18:44:09 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Hi,I think the effect you are trying to achieve is to hide/show the report on demand. What you can do is set the visibleproperty of the report viewer control to false, and thenset it to true in the OnClick event of the button that youclick to show the report.Hope this helps!-Darren</description><pubDate>Thu, 10 Jul 2008 16:07:22 GMT</pubDate><dc:creator>Darren Herbold-493573</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Hi,I am trying to show a report  from a server by clicking a button.I do these things as Microsoft.Reporting.WebForms.ReportViewer form = new          Microsoft.Reporting.WebForms.ReportViewer();Uri url = new Uri("http://server_name/reportserver");form.ServerReport.ReportServerUrl = url;form.ServerReport.ReportPath = "/report_folder/report";I want to open the form as when I preview the report in Report Server Project in Priview TabKind Regards.</description><pubDate>Wed, 09 Jul 2008 09:03:44 GMT</pubDate><dc:creator>aysegul</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Good article.  It answered some of the queries about using Reporting service....:)</description><pubDate>Thu, 28 Feb 2008 04:21:30 GMT</pubDate><dc:creator>Anipaul</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>yes, great article, I tried your example successfully in VS2005 and VS2008.  Had to add one line to the render method [i]reportViewer1.RefreshReport(); [/i]after [i]reportViewer1.Visible = true;[/i]My db is ss2005, I think MS is saying that fixing tool tips would be a VS, not SS change, the guy who responded to the question monitors Katmai discussions.Maybe I should add that I'm using your model in winforms.</description><pubDate>Wed, 27 Feb 2008 11:46:36 GMT</pubDate><dc:creator>steitelbaum</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Actually I was curious of the version of SQL. But, since we're on the subject, are you using VS 08?</description><pubDate>Wed, 27 Feb 2008 11:36:26 GMT</pubDate><dc:creator>Darren Herbold-493573</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>of VS?</description><pubDate>Wed, 27 Feb 2008 11:30:16 GMT</pubDate><dc:creator>steitelbaum</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Are you using the Feb. CTP?</description><pubDate>Wed, 27 Feb 2008 11:23:04 GMT</pubDate><dc:creator>Darren Herbold-493573</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>looks like tooltips dont work from the report viewer control in VS2008, other graphical items look good so far.  MS seems to be saying tool tips are on their radar.</description><pubDate>Wed, 27 Feb 2008 11:00:21 GMT</pubDate><dc:creator>steitelbaum</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Hi Jereme,I've been using mainly IE and it renders great from there. Honestly, I haven't tried FireFox, but that's a great question. My guess that it there may be some issues with rendering in other non-IE browsers. I will set up a Firefox and Netscape test environment and see what happens...Thanks!</description><pubDate>Wed, 27 Feb 2008 10:50:46 GMT</pubDate><dc:creator>Darren Herbold-493573</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>never mind, I found it,</description><pubDate>Tue, 26 Feb 2008 11:44:25 GMT</pubDate><dc:creator>steitelbaum</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>does anyone know where the class [b]ProcessingMode[/b] came from?  Two of the .dll's were automatically added to my project but I had to go searching for ProcessingObjectModel, found it in C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\PrivateAssemblies\Microsoft.ReportingServices.ProcessingObjectModel.dll, added the reference but still get compile errors.  I'm using VS2008.</description><pubDate>Tue, 26 Feb 2008 11:32:15 GMT</pubDate><dc:creator>steitelbaum</dc:creator></item><item><title>RE: Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>This is awesome, I have always wondered how to embed reporting services in my applications.  I will have to give this a try.Just out of curiosity, do you know if this control suffers from the same browser problems that reporting services itself does?  Namely it doesn't render anywhere near correctly in Firefox.</description><pubDate>Tue, 26 Feb 2008 09:01:29 GMT</pubDate><dc:creator>Jereme Guenther</dc:creator></item><item><title>Using the ReportViewer Control in a WebForm with Parameters</title><link>http://www.sqlservercentral.com/Forums/Topic460072-1209-1.aspx</link><description>Comments posted to this topic are about the item [B]&lt;A HREF="/articles/Reporting+Services/62158/"&gt;Using the ReportViewer Control in a WebForm with Parameters&lt;/A&gt;[/B]</description><pubDate>Mon, 25 Feb 2008 23:50:10 GMT</pubDate><dc:creator>Darren Herbold-493573</dc:creator></item></channel></rss>