<?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/"
	>

<channel>
	<title>SSRS | Woody Hayday | Blog</title>
	<atom:link href="https://blog.woodylabs.com/category/technology/ssrs/feed/" rel="self" type="application/rss+xml" />
	<link>https://blog.woodylabs.com</link>
	<description>An exploration of life, technology and writing</description>
	<lastBuildDate>Tue, 13 Jan 2015 15:22:13 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://blog.woodylabs.com/wp-content/uploads/2015/01/cropped-woody-hayday-yosemite-glacier-point-32x32.jpg</url>
	<title>SSRS | Woody Hayday | Blog</title>
	<link>https://blog.woodylabs.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SSRS Every Forth Page? – Shortest Code</title>
		<link>https://blog.woodylabs.com/2009/07/ssrs-every-forth-page-shortest-code/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Sat, 18 Jul 2009 11:49:41 +0000</pubDate>
				<category><![CDATA[Snippets]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=72</guid>

					<description><![CDATA[<p>On looking for the quickest way to spit something out on every forth page of an SSRS report I wrote this &#8211; anyone got a yet further abreviated way to set visibility on every forth page? =iif(((Globals.PageNumber+1) Mod 4) = 0, False, True)</p>
<p>The post <a href="https://blog.woodylabs.com/2009/07/ssrs-every-forth-page-shortest-code/">SSRS Every Forth Page? – Shortest Code</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>On looking for the quickest way to spit something out on every forth page of an SSRS report I wrote this &#8211; anyone got a yet further abreviated way to set visibility on every forth page?</p>
<p>=iif(((Globals.PageNumber+1) Mod 4) = 0, False, True)</p><p>The post <a href="https://blog.woodylabs.com/2009/07/ssrs-every-forth-page-shortest-code/">SSRS Every Forth Page? – Shortest Code</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SSRS 08 Reports Strait from URL</title>
		<link>https://blog.woodylabs.com/2009/07/ssrs-08-reports-strait-from-url/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Sat, 18 Jul 2009 11:43:27 +0000</pubDate>
				<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=70</guid>

					<description><![CDATA[<p>Looking to get SQL Server Reporting Services 08 reports to people easily? sometimes its simpler to just give them an url, which you can do and works well. If you take the following and replace SERVERHOST, REPORT LOCATION/NAME,PARAMNAME and PARAMVALUE with your SSRS report details you can literally hand it out irrelevant of session, location [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2009/07/ssrs-08-reports-strait-from-url/">SSRS 08 Reports Strait from URL</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>Looking to get SQL Server Reporting Services 08 reports to people easily? sometimes its simpler to just give them an url, which you can do and works well.</p>
<p>If you take the following and replace SERVERHOST, REPORT LOCATION/NAME,PARAMNAME and PARAMVALUE with your SSRS report details you can literally hand it out irrelevant of session, location (obviously internal/external applies) and itll spit out a nice PDF stream to their box.</p>
<p>http://*SERVERHOST*/ReportServer?/*REPORT LOCATION/NAME*&amp;rs:Command=Render&amp;*PARAMNAME*=*PARAMVALUE*&amp;rc:Parameters=false&amp;rc:Toolbar=false&amp;rs:Format=PDF</p><p>The post <a href="https://blog.woodylabs.com/2009/07/ssrs-08-reports-strait-from-url/">SSRS 08 Reports Strait from URL</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
		<item>
		<title>SQL Server Reporting Services</title>
		<link>https://blog.woodylabs.com/2009/04/sql-server-reporting-services/</link>
		
		<dc:creator><![CDATA[Woody]]></dc:creator>
		<pubDate>Thu, 09 Apr 2009 17:38:38 +0000</pubDate>
				<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[SSRS]]></category>
		<guid isPermaLink="false">http://blog.woodylabs.com/?p=44</guid>

					<description><![CDATA[<p>SQL Server Reporting Services – Microsoft Reporting Services – Microsoft Visual Basic Reports – Microsoft Visual Studio Reports Whatever name you want to give them there is a great capacity in cutting edge Microsoft developer’s tools. You have to give it to them; they do continue to roll out tool after tool aimed solely at [&#8230;]</p>
<p>The post <a href="https://blog.woodylabs.com/2009/04/sql-server-reporting-services/">SQL Server Reporting Services</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p><hr /><a href="https://blog.woodylabs.com">Visit Woody Haydays Blog</a><hr />]]></description>
										<content:encoded><![CDATA[<p>SQL Server Reporting Services – Microsoft Reporting Services – Microsoft Visual Basic Reports – Microsoft Visual Studio Reports</p>
<p>Whatever name you want to give them there is a great capacity in cutting edge Microsoft developer’s tools. You have to give it to them; they do continue to roll out tool after tool aimed solely at developers. Being a diehard fan of crystal reports and having written a fair few Visual Basic reports in Microsoft access back in school I wasn’t expecting to be that happy changing again, adapting to a new set of tools. SSRS though is actually quite good. A little learning about the structure of VS08 report writing/deploying and I was there.</p>
<p>I think there is still the need to bridge the gap for Microsoft, from SQL Management Studio (which by the way just gets better with age) to its reporting arm. Writing a query in SQL Management Studio and copying it is all well and good, but essentially it requires training a user up, giving rights and permissions to a user in two different contexts (that of the report deploying and writing environment and also SQL MGR Studio.) For the apt this is quickly picked up but when training the less capable there seems almost a gap between the two products. While we can all endeavour to employ only the talented, it would be the icing on the cake if a more simplistic solution was available.</p>
<p>Once over the initial hurdles of SSRS it soon steps up to crystal reports and certainly is capable of completing on 95% of the reports I have ever written. Crystal Reports does still have a minute edge in my mind but the learning curve to use Visual Studio to write reports was tiny, excellent for management reporting.</p>
<p>If you are using or have used crystal reports, I would suggest recreating a few reports in Sql server reporting services from scratch, maybe getting a book (SSRS <a href="http://www.amazon.co.uk/gp/product/0735622507?ie=UTF8&#038;tag=microprojectors-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=0735622507" rel="nofollow">2005</a><img decoding="async" src="http://www.assoc-amazon.co.uk/e/ir?t=microprojectors-21&#038;l=as2&#038;o=2&#038;a=0735622507" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" /><br />
 or <a href="http://www.amazon.co.uk/gp/product/0071548084?ie=UTF8&#038;tag=microprojectors-21&#038;linkCode=as2&#038;camp=1634&#038;creative=19450&#038;creativeASIN=0071548084" rel="nofollow">2008</a><img decoding="async" src="http://www.assoc-amazon.co.uk/e/ir?t=microprojectors-21&#038;l=as2&#038;o=2&#038;a=0071548084" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />) on it if you don&#8217;t feel confident enough to wing it. You should find it easy to pick up and it&#8217;s an invaluable tool for management and integration into any web application.</p><p>The post <a href="https://blog.woodylabs.com/2009/04/sql-server-reporting-services/">SQL Server Reporting Services</a> first appeared on <a href="https://blog.woodylabs.com">Woody Hayday | Blog</a>.</p>]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
