<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>RSinteract Development Blog &#187; RSinteract</title>
	<atom:link href="http://rsinteract.wordpress.com/category/rsinteract/feed/" rel="self" type="application/rss+xml" />
	<link>http://rsinteract.wordpress.com</link>
	<description>Extending SQL Server Reporting Services to end-users</description>
	<lastBuildDate>Fri, 27 Jan 2012 18:31:12 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='rsinteract.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>RSinteract Development Blog &#187; RSinteract</title>
		<link>http://rsinteract.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://rsinteract.wordpress.com/osd.xml" title="RSinteract Development Blog" />
	<atom:link rel='hub' href='http://rsinteract.wordpress.com/?pushpress=hub'/>
		<item>
		<title>No underline shown on links, Action, Hyperlink, Drillthrough in Reporting Services R2 and Denali</title>
		<link>http://rsinteract.wordpress.com/2011/09/19/no-underline-shown-on-links-action-hyperlink-drillthrough-in-reporting-services-r2-and-denali/</link>
		<comments>http://rsinteract.wordpress.com/2011/09/19/no-underline-shown-on-links-action-hyperlink-drillthrough-in-reporting-services-r2-and-denali/#comments</comments>
		<pubDate>Mon, 19 Sep 2011 14:55:05 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[RDL]]></category>
		<category><![CDATA[SQL Denali]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">https://rsinteract.wordpress.com/?p=373</guid>
		<description><![CDATA[If you’re using the ReportViewer 8.0 web control for Reporting Services 2005 in your web application and pointing at Report Server version R2 or Denali then you may see this bug – some font properties such as Color and TextDecoration do not render on an Action element (used for BookmarkLink, Hyperlink and Drillthrough). To get [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=373&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>If you’re using the ReportViewer 8.0 web control for Reporting Services 2005 in your web application and pointing at Report Server version R2 or Denali then you may see this bug – some font properties such as Color and TextDecoration do not render on an Action element (used for BookmarkLink, Hyperlink and Drillthrough). To get round this you can turn your property values to expressions e.g. change:</p>
<blockquote><p><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">TextDecoration</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">Underline<span style="color:blue;">&lt;/</span><span style="color:#a31515;">TextDecoration</span><span style="color:blue;">&gt;</span> </span></p></blockquote>
<p>to:</p>
<blockquote><p><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">TextDecoration</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&quot;Underline&quot;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">TextDecoration</span><span style="color:blue;">&gt;</span> </span></p></blockquote>
<p>Thanks to <a href="http://social.msdn.microsoft.com/profile/jhonnygaleano/" target="_blank">JhonnyGaleano</a> for the tip-off <a href="http://social.msdn.microsoft.com/Forums/en-US/sqlreportingservices/thread/5a74fffe-4d6c-417a-acac-6e6a6a71c40c/" target="_blank">on msdn forums</a></p>
<p>Here’s the full, fixed RDL for a Textbox with Action and Drillthrough:</p>
<blockquote><p><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Textbox</span><span style="font-family:consolas;color:red;font-size:9.5pt;">Name</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">=</span><span style="font-family:consolas;font-size:9.5pt;">&#8220;<span style="color:blue;">section_0_FullName</span>&#8220;<span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;"> &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Style</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BorderColor</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">   &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Default</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">#2F5098<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Default</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;">  </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BorderColor</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BorderStyle</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">   &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Default</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">Solid<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Default</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;">   </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Right</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">None<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Right</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;"><span style="color:blue;">  </span></span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BorderStyle</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BorderWidth</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">   </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Default</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">0.1mm<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Default</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;">  </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BorderWidth</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">BackgroundColor</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=IIF(RowNumber(Nothing) Mod 2, &#8220;#ffffff&#8221;, &#8220;#faf9f7&#8243;)</span></p>
<p><span style="font-family:consolas;font-size:9.5pt;">  <span style="color:blue;">&lt;/</span><span style="color:#a31515;">BackgroundColor</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">FontStyle</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&#8221;Italic&#8221;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">FontStyle</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">FontFamily</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&#8221;Tahoma&#8221;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">FontFamily</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">FontSize</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&#8221;8pt&#8221;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">FontSize</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">FontWeight</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&#8221;Bold&#8221;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">FontWeight</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Format</span><span style="font-family:consolas;color:blue;font-size:9.5pt;"> /&gt;</span></p>
<p><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">TextDecoration</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&#8221;Underline&#8221;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">TextDecoration</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;">  </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">TextAlign</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">Right<span style="color:blue;">&lt;/</span><span style="color:#a31515;">TextAlign</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;"><span style="color:blue;">  </span></span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Color</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=&#8221;#00ff00&#8243;<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Color</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;">  </span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">PaddingLeft</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">1mm<span style="color:blue;">&lt;/</span><span style="color:#a31515;">PaddingLeft</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;"><span style="color:blue;">  </span></span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">PaddingRight</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">1mm<span style="color:blue;">&lt;/</span><span style="color:#a31515;">PaddingRight</span><span style="color:blue;">&gt;</span></span></p>
<p><span style="font-family:consolas;font-size:9.5pt;"><span style="color:blue;">  </span></span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">PaddingTop</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">0.5mm<span style="color:blue;">&lt;/</span><span style="color:#a31515;">PaddingTop</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">PaddingBottom</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">1mm<span style="color:blue;">&lt;/</span><span style="color:#a31515;">PaddingBottom</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Style</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Action</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Drillthrough</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">ReportName</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">/RSinteract Samples/Orders by Category<span style="color:blue;">&lt;/</span><span style="color:#a31515;">ReportName</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Parameters</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">   &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Parameter</span><span style="font-family:consolas;color:red;font-size:9.5pt;">Name</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">=</span><span style="font-family:consolas;font-size:9.5pt;">&#8220;<span style="color:blue;">FullName</span>&#8220;<span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">    &lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Value</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=Fields!FullName.Value<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Value</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">   &lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Parameter</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">   &lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Parameters</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">  &lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Drillthrough</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Action</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Value</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">=Fields!FullName.Value<span style="color:blue;">&lt;/</span><span style="color:#a31515;">Value</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">CanGrow</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">true<span style="color:blue;">&lt;/</span><span style="color:#a31515;">CanGrow</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">DataElementName</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt;</span><span style="font-family:consolas;font-size:9.5pt;">FullName<span style="color:blue;">&lt;/</span><span style="color:#a31515;">DataElementName</span><span style="color:blue;">&gt;</span> </span></p>
<p class="MsoNormal" style="line-height:normal;"><span style="font-family:consolas;color:blue;font-size:9.5pt;">&lt;/</span><span style="font-family:consolas;color:#a31515;font-size:9.5pt;">Textbox</span><span style="font-family:consolas;color:blue;font-size:9.5pt;">&gt; </span></p>
</blockquote>
<p>As this problem doesn’t affect reports viewed through Report Manager on Denali I’m guessing it only affects earlier versions of ReportViewer – if so, you may find it easier to upgrade your web application to use the latest ReportViewer control.</p>
<p>If you want help updating large numbers of existing reports then please get in touch below or through our <a href="http://www.rsinteract.com/contact/contact.html" target="_blank">contact form</a> – we have plenty of code we could put together to create a mass report-update tool…</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=373&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2011/09/19/no-underline-shown-on-links-action-hyperlink-drillthrough-in-reporting-services-r2-and-denali/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
		<item>
		<title>Passing parameters to a report</title>
		<link>http://rsinteract.wordpress.com/2011/02/08/passing-parameters-to-a-report/</link>
		<comments>http://rsinteract.wordpress.com/2011/02/08/passing-parameters-to-a-report/#comments</comments>
		<pubDate>Tue, 08 Feb 2011 11:24:06 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[parameters]]></category>

		<guid isPermaLink="false">https://rsinteract.wordpress.com/?p=353</guid>
		<description><![CDATA[Lately we’re getting more and more interest from multitenancy SaaS providers and OEM partners who want to integrate RSinteract into their web applications. A really useful feature of RSinteract is the ability to link to a report from a 3rd party application and pass filter values and UI parameters on the URL. To do this [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=353&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Lately we’re getting more and more interest from <a href="http://rsinteract.wordpress.com/2010/11/22/rsinteract-imminent-release/">multitenancy SaaS</a> providers and OEM partners who want to integrate <a href="http://www.rsinteract.com/" target="_blank">RSinteract</a> into their web applications. A really useful feature of RSinteract is the ability to link to a report from a 3<sup>rd</sup> party application and pass filter values and UI parameters on the URL.</p>
<p>To do this with a report based on a SQL Server or Oracle data source:</p>
<ul>
<li>Create a report with filters, or use this sample report which comes with RSinteract: <a href="http://localhost/RSinteract/?/RSinteract+Samples%2fOrders+by+Category" target="_blank">http://localhost/RSinteract/?/RSinteract+Samples%2fOrders+by+Category</a> </li>
<li>Open the report and hover over the parameter in the left hand sidebar </li>
<li>Note the <i>RDL field</i>: Fullname </li>
<li>Add the parameter name and value to the URL:
<ul>
<li><a href="http://localhost/RSinteract/?/RSinteract+Samples%2fOrders+by+Category&amp;Fullname=Pak,%20Jae" target="_blank">http://localhost/RSinteract/?/RSinteract+Samples%2fOrders+by+Category&amp;Fullname=Pak,%20Jae</a> </li>
<li>Separate the parameters with &amp; </li>
<li>Replace any spaces with %20 </li>
<li>Parameter names are case-sensitive </li>
</ul>
</li>
<li>For <i>Between</i> filters you actually have two parameters: add _0 and _1 to the <i>RDL field</i>:
<ul>
<li><a href="http://localhost/RSinteract/?/RSinteract+Samples%2fOrders+by+Category&amp;OrderDate_0=1%20Jan%202003&amp;OrderDate_1=31%20Dec%202003" target="_blank">&#8230;Orders+by+Category&amp;OrderDate_0=1%20Jan%202003&amp;OrderDate_1=31%20Dec%202003</a> </li>
</ul>
</li>
</ul>
<p>For a report based on an Analysis Services OLAP data source:</p>
<ul>
<li>Create a report with filters, or use this sample report which comes with RSinteract: <a href="http://localhost/RSinteract/?/RSinteract+Samples%2fSales+by+Country+(OLAP)" target="_blank">http://localhost/RSinteract/?/RSinteract+Samples%2fSales+by+Country+(OLAP)</a> </li>
<li>Open the report and hover over the parameter in the left hand sidebar </li>
<li>Note the <i>RDL field</i>: Date_Fiscal </li>
<li>Hold ctrl and double click on the empty bit of sidebar below the Filters panel, click OK to hide the popup message and you’ll see the Reporting Services toolbar at the top of your report </li>
<li>Note the parameter value {[Date].[Fiscal].[Fiscal Year].&amp;[2004]}
<ul>
<li>Remove the braces { } </li>
<li>Change ampersands to %26 </li>
<li>Change [ to %5b </li>
<li>Change ] to %5d </li>
<li>Separate the parameters with &amp; </li>
<li>Replace any spaces with %20 </li>
<li>Parameter names are case-sensitive </li>
</ul>
</li>
<li>Put your new URL together by adding: &amp;Date_Fiscal=%5bDate%5d.%5bFiscal%5d.%5bFiscal%20Year%5d.%26%5b2003%5d </li>
<li>Try your new URL <a href="http://localhost/RSinteract/?/RSinteract+Samples%2fSales+by+Country+(OLAP)&amp;Date_Fiscal=%5bDate%5d.%5bFiscal%5d.%5bFiscal%20Year%5d.%26%5b2003%5d" target="_blank">&#8230;Sales+by+Country+(OLAP)&amp;Date_Fiscal=%5bDate%5d.%5bFiscal%5d.%5bFiscal%20Year%5d.%26%5b2003%5d</a> </li>
</ul>
<p>Notes:</p>
<ul>
<li>Any errors in the report frame are probably due to invalid parameters &#8211; if you’re not sure about your parameter values then paste them directly into the Reporting Services toolbar and hit the “View Report” button </li>
<li>You don’t need to pass all of a report’s filter parameters on the URL, those not passed will use the normal report defaults. </li>
<li>If your Filters tab has the ‘Always Ask’ option ticked you’ll need to add “&amp;rsi:noq=1” to the URL to tell RSinteract not to show the question screen. </li>
<li>The rsi:noq=1 option only works if all parameters in the report have a default value or a value is passed on the URL. </li>
<li>Make sure you keep everything case sensitive. </li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/353/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/353/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/353/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=353&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2011/02/08/passing-parameters-to-a-report/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
		<item>
		<title>A connection could not be made to the data source &#8211; error occurs after renaming a SQL Server</title>
		<link>http://rsinteract.wordpress.com/2010/12/21/a-connection-could-not-be-made-to-the-data-source-error-occurs-after-renaming-a-sql-server/</link>
		<comments>http://rsinteract.wordpress.com/2010/12/21/a-connection-could-not-be-made-to-the-data-source-error-occurs-after-renaming-a-sql-server/#comments</comments>
		<pubDate>Tue, 21 Dec 2010 10:53:13 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=253</guid>
		<description><![CDATA[I recently hit this problem after renaming a development server (see Renaming SQL Server and Reporting Services). The error below was displayed by Reporting Services in my ReportViewer control when I tried to drill-though on an Analysis Services OLAP report (our drill-through reports are auto generated by RSinteract: they use MDX against the Cube which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=253&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">I recently hit this problem after renaming a development server (see <a title="Renaming SQL Server and Reporting Services" href="http://rsinteract.wordpress.com/2010/12/14/renaming-sql-server-and-reporting-services/">Renaming SQL Server and Reporting Services</a>). The error below was displayed by Reporting Services in my ReportViewer control when I tried to drill-though on an Analysis Services OLAP report (our drill-through reports are auto generated by RSinteract: they use MDX against the Cube which takes its data from the SQL Server data warehouse)</p>
<blockquote><p>An error has occurred during report processing.</p>
<p>Query execution failed for dataset &#8216;dataset_0_drillthrough&#8217;.</p>
<p>Server: The operation has been cancelled. Errors in the OLAP storage engine: An error occurred while the dimension, with the ID of &#8216;RSinteract Samples DW&#8217;, Name of &#8216;Internet Sales Order Details&#8217; was being processed. Errors in the high-level relational engine. A connection could not be made to the data source with the DataSourceID of &#8216;Adventure Works DW&#8217;, Name of &#8216;Adventure Works DW&#8217;. OLE DB error: OLE DB or ODBC error: Login failed for user &#8216;NT AUTHORITY\ANONYMOUS LOGON&#8217;.; 42000.</p></blockquote>
<p>This was because the Cube was still pointing to the old server name. To fix this I had to:</p>
<ul>
<li>Connect to Analysis Services using SQL Server Management Studio</li>
<li>Select the database&#8217;s Data Sources and right click on each one</li>
<li>Click on the &#8220;Connection String&#8221; then click on the &#8220;&#8230;&#8221; button which appears</li>
<li>Click &#8220;Test Connection&#8221;</li>
<li>Fix failed connections</li>
</ul>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/253/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/253/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/253/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=253&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2010/12/21/a-connection-could-not-be-made-to-the-data-source-error-occurs-after-renaming-a-sql-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
		<item>
		<title>RSinteract Imminent Release</title>
		<link>http://rsinteract.wordpress.com/2010/11/22/rsinteract-imminent-release/</link>
		<comments>http://rsinteract.wordpress.com/2010/11/22/rsinteract-imminent-release/#comments</comments>
		<pubDate>Mon, 22 Nov 2010 15:32:37 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[Data Sources]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[Multitenancy]]></category>
		<category><![CDATA[Oracle data sources]]></category>
		<category><![CDATA[SQL Server 2008 R2]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=212</guid>
		<description><![CDATA[We&#8217;ve been really busy over the last year adding new features and working with our partners to integrate RSinteract with their web applications. The result is currently a beta release available for download here. New features include: Multitenancy support through custom data and security extensions Support for SQL Server 2008 R2 and Windows 7 Intelligent [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=212&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>We&#8217;ve been really busy over the last year adding new features and working with our partners to integrate RSinteract with their web applications. The result is currently a beta release available for <a href="http://www.rsinteract.com/download/eval.html" target="_blank">download here</a>. New features include:</p>
<ul>
<li>Multitenancy support through custom data and security extensions</li>
<li>Support for SQL Server 2008 R2 and Windows 7</li>
<li>Intelligent data discovery and cleansing of table and field names</li>
<li>Blank value matching in filters and conditional formatting</li>
<li>Ability to add links and drill-through to charts and indicators</li>
<li>Improved date search and caching for OLAP data sources</li>
<li>Improved editing of field width and font formatting</li>
</ul>
<p>In the next few months we’ll be working on support for Oracle data sources; a configurable meta layer for field names, formatting and joining; and dynamic filters such as <em>this week</em> and <em>year to date</em>. Watch this space&#8230;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/212/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/212/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/212/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=212&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2010/11/22/rsinteract-imminent-release/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
		<item>
		<title>Enable remote errors in Reporting Services 2005 or 2008</title>
		<link>http://rsinteract.wordpress.com/2009/10/22/enable-remote-errors-in-reporting-services-2005-or-2008-2/</link>
		<comments>http://rsinteract.wordpress.com/2009/10/22/enable-remote-errors-in-reporting-services-2005-or-2008-2/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 11:32:38 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[Data Sources]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/10/22/enable-remote-errors-in-reporting-services-2005-or-2008-2/</guid>
		<description><![CDATA[Often when errors occur on the database or cube RSinteract and Reporting Services reports will fail with the following error:&#160; An error has occurred during report processing. &#160;Query execution failed for data set &#8216;dataset_0&#8242;. &#160; For more information about this error navigate to the report server on the local server machine, or enable remote errors [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=199&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p class="MsoNormal">Often when errors occur on the database or cube RSinteract and Reporting Services reports will fail with the following error:<span>&#160;</span></p>
<p class="MsoNormal"><span style="color:red;font-family:&quot;">An error has occurred during report processing. </span>    <br /><span style="color:red;font-family:&quot;"><span>&#160;</span>Query execution failed for data set &#8216;dataset_0&#8242;. </span>    <br /><span style="color:red;font-family:&quot;"><span>&#160; </span>For more information about this error navigate to the report server on the local server machine, or enable remote errors</span><span style="font-family:&quot;"> </span></p>
</p>
</p>
<p class="MsoNormal">
<p>In order to see a better description of the error you can either RDP onto the server and run the report or&#8230;&#160;&#160; </p>
</p>
<p class="MsoNormal"><strong>To enable remote errors in Reporting Services 2005 or 2008</strong> run this statement in SQL Server Management Studio:&#160; </p>
</p>
<p class="MsoNormal"><span style="color:blue;font-family:&quot;">Use</span><span style="font-family:&quot;"> ReportServer<span style="color:gray;">; </span></span>    <br /><span style="font-family:&quot;"><span style="color:gray;"></span></span><span style="color:blue;font-family:&quot;">update</span><span style="font-family:&quot;"> ConfigurationInfo <span style="color:blue;">set</span> <span style="color:blue;">Value</span> <span style="color:gray;">=</span> <span style="color:red;">&#8216;True&#8217;</span> <span style="color:blue;">where</span> <span style="color:blue;">Name</span> <span style="color:gray;">=</span> <span style="color:red;">&#8216;EnableRemoteErrors&#8217;</span><span style="color:gray;">; </span></span></p>
<p class="MsoNormal">
<p>You then need to <a href="http://www.microsoft.com/technet/prodtechnol/WindowsServer2003/Library/IIS/95826e7a-bac4-4e1f-bcb6-c52d49c9d7f4.mspx?mfr=true">reset IIS</a></p>
<p class="MsoNormal">
<p>There are more options here: <a href="http://technet.microsoft.com/en-us/library/aa337165(SQL.90).aspx">http://technet.microsoft.com/en-us/library/aa337165(SQL.90).aspx</a></p>
<p class="MsoNormal">And here: <a href="http://technet.microsoft.com/en-us/library/aa337165.aspx">http://technet.microsoft.com/en-us/library/aa337165.aspx</a></p>
<p class="MsoNormal">
<p>&#160;</p>
<p>So now if you re-run the report you can see it’s a data source error &#8211; a field name has been changed in the database: </p>
</p>
<p class="MsoNormal"><span style="color:red;font-family:&quot;">An error has occurred during report processing. </span>    <br /><span style="color:red;font-family:&quot;"><span>&#160;</span>Query execution failed for data set &#8216;dataset_0&#8242;. </span>    <br /><span style="color:red;font-family:&quot;"><span>&#160; </span>Invalid column name &#8216;myNewField2&#8242;. </span></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/199/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/199/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/199/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=199&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/10/22/enable-remote-errors-in-reporting-services-2005-or-2008-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
		<item>
		<title>Further Information on Report Viewer Client Print Control bug</title>
		<link>http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/</link>
		<comments>http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/#comments</comments>
		<pubDate>Wed, 22 Apr 2009 11:56:55 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Bugs]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[IIS]]></category>
		<category><![CDATA[report viewer]]></category>
		<category><![CDATA[stackoverflow]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/04/22/further-information-on-report-viewer-client-print-control-bug/</guid>
		<description><![CDATA[A while back I wrote a post about the “Unable to load client print control” error that Report Manager (and RSinteract) was throwing after Microsoft’s auto update KB956391. I also asked a question over at StackOverflow which I ended up answering myself. Yesterday follow up information was added, which may be of use if you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=192&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>A while back I <a href="http://rsinteract.wordpress.com/2008/12/05/unable-to-load-client-print-control/">wrote a post</a> about the “Unable to load client print control” error that Report Manager (and <a href="http://www.rsinteract.com/">RSinteract</a>) was throwing after Microsoft’s auto update <a href="http://blogs.msdn.com/brianhartman/archive/2008/11/05/client-print-fails-to-load-after-microsoft-update-956391.aspx">KB956391</a>.</p>
<p>I also asked a <a href="http://stackoverflow.com/questions/340151/reportviewer-client-print-control-unable-to-load-client-print-control">question</a> over at <a href="http://www.stackoverflow.com">StackOverflow</a> which I ended up answering myself. Yesterday follow up information was added, which may be of use if you have trouble with the fix.</p>
<p><a href="http://stackoverflow.com/users/94215/ey-kalman">EY Kalman</a> says:</p>
<blockquote><p>I have had the same problem (on several different servers). Applying SP3 and Report Viewer SP1 has helped on some of the servers, allowing the client machines to connect and download the control with no problem. However, I have had one server that, even after applying the updates, when accessing the report viewer using a client machine, it was still giving me the error. On looking into the exact URL GET request that is being sent, I discovered that it is possible to force the client machine to connect directly to the Report Server to download the control.</p>
<p>The user would need to enter the following url:</p>
<p><a href="http://reportservername/Reports/Reserved.ReportViewerWebControl.axd?ReportSession=51bjqv45xydgos2wghu5ceza&amp;ControlID=7617dedbf0234f89b80cad8e64431014&amp;Culture=2057&amp;UICulture=9&amp;ReportStack=1&amp;OpType=PrintHtml">http://reportservername/Reports/Reserved.ReportViewerWebControl.axd?ReportSession=51bjqv45xydgos2wghu5ceza&amp;ControlID=7617dedbf0234f89b80cad8e64431014&amp;<br />
Culture=2057&amp;UICulture=9&amp;ReportStack=1&amp;OpType=PrintHtml</a></p>
<p>This should then pop up the required download/install prompt.</p></blockquote>
<p><a href="http://stackoverflow.com/users/94055/dotnettrio">dotnettrio</a> added (which is probably more relevant to RSinteract):</p>
<blockquote><p>Hi,</p>
<p>I got this working with out removing any patches. The above patch was not working too. Finally what I did was on the IIS server install the following patch and reset / restart the IIS server. This is not for report manager application. This is for any ASP.NET Web application developed in .net3.5 using VS2008 <a href="http://www.microsoft.com/downloads/details.aspx?familyid=6AE0AA19-3E6C-474C-9D57-05B2347456B1&amp;displaylang=en">http://www.microsoft.com/downloads/details.aspx?familyid=6AE0AA19-3E6C-474C-9D57-05B2347456B1&amp;displaylang=en</a></p></blockquote>
<p>I hope this helps anyone else with this problem.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/192/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/192/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/192/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=192&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/04/22/further-information-on-report-viewer-client-print-control-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>
	</item>
		<item>
		<title>IE6 Retiring</title>
		<link>http://rsinteract.wordpress.com/2009/04/16/ie6-retiring/</link>
		<comments>http://rsinteract.wordpress.com/2009/04/16/ie6-retiring/#comments</comments>
		<pubDate>Thu, 16 Apr 2009 09:46:15 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Off Topic]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[ie]]></category>
		<category><![CDATA[microsoft]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/04/16/ie6-retiring/</guid>
		<description><![CDATA[After 8 long years the browser that everybody loves to hate is being automatically retired by Microsoft. Although there is a way to avoid the upgrade if your business has the problems later in this post. To be fair to it, IE6 helped make the web what it is today. Its quirks mode rendering enabled [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=183&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>After 8 long years the browser <a href="http://www.stopie6.org/">that</a> <a href="http://www.dearie6.com/">everybody</a> <a href="http://ie6.forteller.net/index.php?title=Main_Page">loves</a> to <a href="http://www.contrast.ie/blog/dear-ie6-i-hate-you/">hate</a> is being <a href="http://tr.im/iWHK">automatically retired</a> by Microsoft. Although there is a way to avoid the upgrade if your business has the problems later in this post.</p>
<p><img src="http://www.contrast.ie/blog/wp-content/uploads/2008/01/ie6.jpg" alt="" width="476" height="136" /></p>
<p>To be fair to it, IE6 helped make the web what it is today. Its quirks mode rendering enabled anybody to code a web page with little regard to well-formed HTML or standards. This caused many a developer to hate it because it renders things differently to other browsers and often caused a lot of extra work because it takes so long to get it working in both.</p>
<p>Most of the anger directed at IE6 has to do with the differences with the W3 Consortium’s standards. However, when it was released these standards were not concrete and it was unclear if they would even be adopted ubiquitously.</p>
<p>Many companies have ignored Firefox and stuck with IE6 because of the huge costs involved in deploying and testing all their internal applications on their networks.</p>
<p><a href="http://www.rsinteract.com">RSinteract</a> is Internet Explorer only and will continue to support IE6 and IE7 for the foreseeable future because of this very reason. The web is changing and more and more people are becoming aware of other browsers such as <a href="http://www.google.co.uk/chrome">Google Chrome</a>. Perhaps in future we will move towards cross browser support but for now we are very much tied to Internet Explorer.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/183/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/183/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/183/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=183&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/04/16/ie6-retiring/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://www.contrast.ie/blog/wp-content/uploads/2008/01/ie6.jpg" medium="image" />
	</item>
		<item>
		<title>RSinteract 3.6 Released!</title>
		<link>http://rsinteract.wordpress.com/2009/03/25/rsinteract-released/</link>
		<comments>http://rsinteract.wordpress.com/2009/03/25/rsinteract-released/#comments</comments>
		<pubDate>Wed, 25 Mar 2009 11:42:30 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[download]]></category>
		<category><![CDATA[evaluation]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[formatting]]></category>
		<category><![CDATA[indicators]]></category>
		<category><![CDATA[new release]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/2009/03/25/rsinteract-released/</guid>
		<description><![CDATA[The new version 3.6 release is live and ready for download! New Features: New formatting options including: Font, Font Size, Font Style Instant formatting options from the field selection screen New conditional formatting options Indicator images in the report for creating simple instant dashboards. Add tables and fields to existing SQL data sets Selectable Join [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=176&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The new version 3.6 release is live and ready for <a href="http://www.rsinteract.com/download/eval.html">download</a>!</p>
<p><a href="http://rsinteract.files.wordpress.com/2009/03/full-features11.jpg"><img style="display:inline;border:0;" title="full_features" src="http://rsinteract.files.wordpress.com/2009/03/full-features-thumb11.jpg?w=454&#038;h=313" border="0" alt="full_features" width="454" height="313" /></a></p>
<p><strong>New Features:</strong></p>
<ul>
<li>New formatting options including: Font, Font Size, Font Style</li>
<li>Instant formatting options from the field selection screen</li>
<li>New conditional formatting options</li>
<li><a href="http://rsinteract.files.wordpress.com/2009/03/full-features-thumb11.jpg2009/01/19/indicators-demo/">Indicator images</a> in the report for creating simple instant dashboards.</li>
<li>Add tables and fields to existing SQL data sets</li>
<li>Selectable Join types for joining tables from the front end</li>
<li>Support for SQL Server 2008</li>
<li>Improved field selection in the new report wizard</li>
<li>New tree structure for creating SQL reports making it even faster and easier to find the data you want.</li>
<li>New tree structure in the SQL filter screen drop downs to allow quicker selection of filter field</li>
<li>Updated Look and Feel</li>
<li>Improved Custom Fields Editor</li>
<li>Report Branding support</li>
<li>SSL compatibility</li>
<li>64 bit compatibility</li>
</ul>
<p>There are also improvements to the admin tool, and a ton of bug fixes.</p>
<p>You can download the free and fully functional 30 day trial at <a title="http://www.rsinteract.com/download/eval.html" href="http://www.rsinteract.com/download/eval.html">http://www.rsinteract.com/download/eval.html</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/176/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/176/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/176/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=176&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/03/25/rsinteract-released/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://rsinteract.files.wordpress.com/2009/03/full-features-thumb11.jpg" medium="image">
			<media:title type="html">full_features</media:title>
		</media:content>
	</item>
		<item>
		<title>Dogfooding RSinteract</title>
		<link>http://rsinteract.wordpress.com/2009/02/18/dogfooding-rsinteract/</link>
		<comments>http://rsinteract.wordpress.com/2009/02/18/dogfooding-rsinteract/#comments</comments>
		<pubDate>Wed, 18 Feb 2009 17:33:16 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=67</guid>
		<description><![CDATA[On any software project it’s important for managers to have some sort of system in place to keep track of how long tasks are taking and how much time has been spent collectively on a project. Gathering this data is fairly easy (with the right tool), for RSinteract we have a TimeBooking application written internally [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=67&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>On any software project it’s important for managers to have some sort of system in place to keep track of how long tasks are taking and how much time has been spent collectively on a project. Gathering this data is fairly easy (with the right tool), for <a href="http://www.rsinteract.com">RSinteract</a> we have a TimeBooking application written internally that collects the data. It’s fairly simple: client, task, comments, lots of drop downs for each half hour slot in the day. It works.</p>
<p>The problem is getting this data in a useable form to make decision on… but wait! We’re making a reporting tool. What better way to look at our time booking data than in a nicely formatted report!</p>
<p>Here’s an example of my time as booked back in the second week of December. I’ve quickly made a weekly time sheet using our _Reporting view in the time booking database with filters for employee and week commencing. I can now save this and look at anyone’s time for any given week! Clever eh?</p>
<p><a href="http://rsinteract.files.wordpress.com/2009/02/dogfood1.png"><img title="dogfood" style="border-right:0;border-top:0;display:inline;border-left:0;border-bottom:0;" height="192" alt="dogfood" src="http://rsinteract.files.wordpress.com/2009/02/dogfood-thumb1.png?w=244&#038;h=192" width="244" border="0" /></a></p>
<p>Using products internally like this is known in the industry as “dogfooding” as in “eats its own dog food”. This gives us a good idea of how our clients may use the software and also highlights problems that we might not otherwise pick up in our usual testing.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/67/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/67/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/67/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=67&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/02/18/dogfooding-rsinteract/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/812269b1933cf80f651b40754de96551?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">rsinteract</media:title>
		</media:content>

		<media:content url="http://rsinteract.files.wordpress.com/2009/02/dogfood-thumb1.png" medium="image">
			<media:title type="html">dogfood</media:title>
		</media:content>
	</item>
		<item>
		<title>The XML page cannot be displayed</title>
		<link>http://rsinteract.wordpress.com/2009/01/28/the-xml-page-cannot-be-displayed/</link>
		<comments>http://rsinteract.wordpress.com/2009/01/28/the-xml-page-cannot-be-displayed/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 15:38:28 +0000</pubDate>
		<dc:creator>James Morris</dc:creator>
				<category><![CDATA[Code]]></category>
		<category><![CDATA[Reporting Services]]></category>
		<category><![CDATA[RSinteract]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=63</guid>
		<description><![CDATA[I’m just setting up RSinteract on a client’s 64 bit server which has Windows 2003 and SQL 2008. With most RSinteract installations IIS is installed as a prerequisite to Reporting Services but IIS isn’t needed for Reporting Services 2008. I guess this will become a common sticking point with SQL 2008 installations so here’s the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=63&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>I’m just setting up RSinteract on a client’s 64 bit server which has Windows 2003 and SQL 2008. With most RSinteract installations IIS is installed as a prerequisite to Reporting Services but IIS isn’t needed for Reporting Services 2008. I guess this will become a common sticking point with SQL 2008 installations so here’s the solution…</p>
<p>The first problem I got was in the RSinteract installer (whoops, should have copied the error message) so we installed IIS and then RSinteract. When I hit the site I got this error:</p>
<blockquote><p>The XML page cannot be displayed </p>
<p>Cannot view XML input using XSL style sheet. Please correct the error and then click the <a href="">Refresh</a> button, or try again later. </p>
<hr align="center" width="100%" size="2" />
<p>A name was started with an invalid character. Error processing resource &#8216;http://myserver/RSinteract&#8217;. Line 1, Positio&#8230;</p>
<p>&lt;%@ Page EnableViewState=&quot;false&quot; Language=&quot;c#&quot; ValidateRequest=&quot;false&quot; AutoEventWireup=&quot;True&quot; Codebehind=&quot;Main.aspx.cs&quot; I&#8230;</p>
</blockquote>
<p>I guess this is because IIS isn’t configured for ASPNET by default so I ran:</p>
<blockquote><p>%windir%\Microsoft.NET\Framework\v2.0.50727\aspnet_regiis.exe –i</p>
</blockquote>
<p>Which gave me the following error:</p>
<blockquote><p>The error indicates that IIS is in 64 bit mode, while this application is a 32 bit application and thus not compatible.</p>
</blockquote>
<p>So I made a slight change to point to the 64 bit .NET folder:</p>
<blockquote><p>%windir%\Microsoft.NET\Framework64\v2.0.50727\aspnet_regiis.exe -i</p>
</blockquote>
<p>After an iisreset I was now getting a 404 error from aspx pages, the final step was to open IIS (type inetmgr at the command prompt) and go to the “Web Service Extensions” node and enable ASP.NET v2.0.50727. Another iisreset for good measure and we’re now up and running:)</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/63/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/63/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/63/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&amp;blog=19131658&amp;post=63&amp;subd=rsinteract&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/01/28/the-xml-page-cannot-be-displayed/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/cb6b4c32cb61c9b0d3885826ed22df6a?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">jamesmorrisbd</media:title>
		</media:content>
	</item>
	</channel>
</rss>
