<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Web ReportViewer and Multi-value Parameter Bug (or how I spent my weekend)	</title>
	<atom:link href="https://prologika.com/web-reportviewer-and-multi-value-parameter-bug-or-how-i-spent-my-weekend/feed/" rel="self" type="application/rss+xml" />
	<link>https://prologika.com/web-reportviewer-and-multi-value-parameter-bug-or-how-i-spent-my-weekend/</link>
	<description>Business Intelligence Consulting and Training in Atlanta</description>
	<lastBuildDate>Wed, 17 Feb 2016 06:17:38 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>
		By: tlachev		</title>
		<link>https://prologika.com/web-reportviewer-and-multi-value-parameter-bug-or-how-i-spent-my-weekend/#comment-55</link>

		<dc:creator><![CDATA[tlachev]]></dc:creator>
		<pubDate>Fri, 30 Oct 2009 01:18:55 +0000</pubDate>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2005/12/20/719.aspx#comment-55</guid>

					<description><![CDATA[Hi John,

Thanks for not blaming my book :-) You didn&#039;t say which version of Reporting Services you are using but AWReportViewer is obsolete. Use the Visual Studio ReportViewer. You can hide the parameter area and implement your own. I demonstrate this in my latest book &quot;Applied Microsoft SQL Server 2008 Reporting Services&quot;.

HTH]]></description>
			<content:encoded><![CDATA[<p>Hi John,</p>
<p>Thanks for not blaming my book 🙂 You didn&#8217;t say which version of Reporting Services you are using but AWReportViewer is obsolete. Use the Visual Studio ReportViewer. You can hide the parameter area and implement your own. I demonstrate this in my latest book &#8220;Applied Microsoft SQL Server 2008 Reporting Services&#8221;.</p>
<p>HTH</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: jtobey		</title>
		<link>https://prologika.com/web-reportviewer-and-multi-value-parameter-bug-or-how-i-spent-my-weekend/#comment-54</link>

		<dc:creator><![CDATA[jtobey]]></dc:creator>
		<pubDate>Thu, 29 Oct 2009 21:29:44 +0000</pubDate>
		<guid isPermaLink="false">/CS/blogs/blog/archive/2005/12/20/719.aspx#comment-54</guid>

					<description><![CDATA[I&#039;ve been struggling to integrate the AWReportViewer custom control, from the sample code accompanying your Reporting Services in Action book, into my application without success. I could really use some help with this.

My web application delivers a variety of reports to law enforcement agencies. When complete, I will have a couple hundred reports, in 3 major categories, available online.  What I originally did was create the individual reports on the report server, then programmed individual aspx pages to access each report. This was fine when there were only a few reports, but it has become something of an issue to maintain now that the reporting feature is gaining wider use.

What I am attempting to do is create 3 tabs on my menu (for the 3 different categories of reports), each with a datagrid from your AWREPORTVIEWERDEMO page to access that category of reports, and using the AWReportViewer control to display the report.

I have successfully integrated your code sample into my application except for the AWReportViewer control. It doesn&#039;t display the report. It doesn&#039;t appear to do anything.  There are no error messages. When I step through the code the RenderReport() function is run, the visible property is set to true, but no report. Any help you could provide would be greatly appreciated!!! What can I provide to you that would be of assistance in debugging this issue? 

I can&#039;t even begin to tell you how many questions I have on an hourly basis. Does there need to be changes to the libraries and recompile the assemblies? Is the code for those assemblies available as part of this sample? Can I use the native ReportViewer control instead (it doesn&#039;t take into account the parameters though, although I did program individual pages to enter and validate the parameters before passing them to the report server)? There are questions I haven&#039;t even begun to formulate. I&#039;ve been programming for 25 years. I&#039;ve been programming in &quot;classic asp&quot; (the term I recently found - which makes me feel like a freaking &quot;golden oldie&quot;) for the past 7 years, SQL Server and Oracle for the past 10 years. I started using VS about a year ago. C# is relatively new to me, but not entirely different from other languages I&#039;ve worked with. And VB.NET isn&#039;t your ordinary VB (as the name would loosely imply) but I&#039;m managing that as well. I&#039;ve found the Visual Studio interface to be fairly standard with other products I&#039;ve used, and I&#039;ve taken several official Microsoft training courses this last year to help me ramp up on Visual Studio and Reporting Services specific features. I&#039;m one of those people that now knows enough to be dangerous, but still can&#039;t see the big picture, so I&#039;ve been programming this application in bite-sized chunks. Not the way I like to do things, but the only way that I can make it manageable. I&#039;d be happy to share the code with you if that would make things easier.

Any advice you could share with me on getting over this learning hump would also be appreciated. Your book is very organized and thorough. I blame Microsoft for my confusion. =)

Thank you for your time.

John F Tobey
Systems Analyst
Oregon State Police,
Law Enforcement Data System
(503) 378-3055 x55039
john.tobey@state.or.us
]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been struggling to integrate the AWReportViewer custom control, from the sample code accompanying your Reporting Services in Action book, into my application without success. I could really use some help with this.</p>
<p>My web application delivers a variety of reports to law enforcement agencies. When complete, I will have a couple hundred reports, in 3 major categories, available online.  What I originally did was create the individual reports on the report server, then programmed individual aspx pages to access each report. This was fine when there were only a few reports, but it has become something of an issue to maintain now that the reporting feature is gaining wider use.</p>
<p>What I am attempting to do is create 3 tabs on my menu (for the 3 different categories of reports), each with a datagrid from your AWREPORTVIEWERDEMO page to access that category of reports, and using the AWReportViewer control to display the report.</p>
<p>I have successfully integrated your code sample into my application except for the AWReportViewer control. It doesn&#8217;t display the report. It doesn&#8217;t appear to do anything.  There are no error messages. When I step through the code the RenderReport() function is run, the visible property is set to true, but no report. Any help you could provide would be greatly appreciated!!! What can I provide to you that would be of assistance in debugging this issue? </p>
<p>I can&#8217;t even begin to tell you how many questions I have on an hourly basis. Does there need to be changes to the libraries and recompile the assemblies? Is the code for those assemblies available as part of this sample? Can I use the native ReportViewer control instead (it doesn&#8217;t take into account the parameters though, although I did program individual pages to enter and validate the parameters before passing them to the report server)? There are questions I haven&#8217;t even begun to formulate. I&#8217;ve been programming for 25 years. I&#8217;ve been programming in &#8220;classic asp&#8221; (the term I recently found &#8211; which makes me feel like a freaking &#8220;golden oldie&#8221;) for the past 7 years, SQL Server and Oracle for the past 10 years. I started using VS about a year ago. C# is relatively new to me, but not entirely different from other languages I&#8217;ve worked with. And VB.NET isn&#8217;t your ordinary VB (as the name would loosely imply) but I&#8217;m managing that as well. I&#8217;ve found the Visual Studio interface to be fairly standard with other products I&#8217;ve used, and I&#8217;ve taken several official Microsoft training courses this last year to help me ramp up on Visual Studio and Reporting Services specific features. I&#8217;m one of those people that now knows enough to be dangerous, but still can&#8217;t see the big picture, so I&#8217;ve been programming this application in bite-sized chunks. Not the way I like to do things, but the only way that I can make it manageable. I&#8217;d be happy to share the code with you if that would make things easier.</p>
<p>Any advice you could share with me on getting over this learning hump would also be appreciated. Your book is very organized and thorough. I blame Microsoft for my confusion. =)</p>
<p>Thank you for your time.</p>
<p>John F Tobey<br />
Systems Analyst<br />
Oregon State Police,<br />
Law Enforcement Data System<br />
(503) 378-3055 x55039<br />
<a href="mailto:john.tobey@state.or.us">john.tobey@state.or.us</a></p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
