<?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; Development</title>
	<atom:link href="http://rsinteract.wordpress.com/category/rsinteract/development/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; Development</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&#038;blog=19131658&#038;post=373&#038;subd=rsinteract&#038;ref=&#038;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&#038;blog=19131658&#038;post=373&#038;subd=rsinteract&#038;ref=&#038;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>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&#038;blog=19131658&#038;post=212&#038;subd=rsinteract&#038;ref=&#038;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&#038;blog=19131658&#038;post=212&#038;subd=rsinteract&#038;ref=&#038;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>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&#038;blog=19131658&#038;post=67&#038;subd=rsinteract&#038;ref=&#038;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&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&#038;blog=19131658&#038;post=67&#038;subd=rsinteract&#038;ref=&#038;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>Indicators Demo</title>
		<link>http://rsinteract.wordpress.com/2009/01/19/indicators-demo/</link>
		<comments>http://rsinteract.wordpress.com/2009/01/19/indicators-demo/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 14:45:28 +0000</pubDate>
		<dc:creator>RSinteract</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Features]]></category>
		<category><![CDATA[RSinteract]]></category>
		<category><![CDATA[business intelligence]]></category>
		<category><![CDATA[dashboarding]]></category>
		<category><![CDATA[indicators]]></category>
		<category><![CDATA[kpi]]></category>
		<category><![CDATA[scorecarding]]></category>
		<category><![CDATA[showcase]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[video]]></category>

		<guid isPermaLink="false">http://rsinteract.electricbiro.co.uk/?p=58</guid>
		<description><![CDATA[Here’s a quick demo of the new indicators feature. It’s a pretty trivial one but shows the potential. http://images.video.msn.com/flash/soapbox1_1.swf<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&#038;blog=19131658&#038;post=58&#038;subd=rsinteract&#038;ref=&#038;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Here’s a quick demo of the new indicators feature. It’s a pretty trivial one but shows the potential.</p>
<div id="scid:5737277B-5D6D-4f48-ABFC-DD9C333F4C5D:08d46287-c9cb-4c73-9d4a-aefd9068801e" class="wlWriterEditableSmartContent" style="display:inline;float:none;margin:0;padding:0;">
<div><a href="http://images.video.msn.com/flash/soapbox1_1.swf">http://images.video.msn.com/flash/soapbox1_1.swf</a></div>
</div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/rsinteract.wordpress.com/58/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/rsinteract.wordpress.com/58/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/rsinteract.wordpress.com/58/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=rsinteract.wordpress.com&#038;blog=19131658&#038;post=58&#038;subd=rsinteract&#038;ref=&#038;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://rsinteract.wordpress.com/2009/01/19/indicators-demo/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>
	</channel>
</rss>
