<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx</link><description>I had a great discussion while teaching a class on Reporting Services today, discussing the basics of report design (yes, I make them consider basic principles of report design before I start talking about the technical details - I'm a stickler that way).</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#5281</link><pubDate>Tue, 26 Feb 2008 16:32:15 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:5281</guid><dc:creator>andyleonard</dc:creator><description>&lt;p&gt;Hi James,&lt;/p&gt;
&lt;p&gt; &amp;nbsp; I think your only mistake is in limiting these concepts to SSRS development. These are clearly principles of software design that can (and should) be applied to all projects. &lt;/p&gt;
&lt;p&gt;:{&amp;gt; Andy&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#5283</link><pubDate>Tue, 26 Feb 2008 16:57:59 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:5283</guid><dc:creator>Geoff</dc:creator><description>&lt;p&gt;I'm trying to think of another way of saying 2). Having something tangible to critique is really important when developing GUIs. There is always something unverbalized or something which will not be recognized until the actual product is before you.&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#5284</link><pubDate>Tue, 26 Feb 2008 17:26:47 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:5284</guid><dc:creator>James Luetkehoelter</dc:creator><description>&lt;p&gt;Andy: I totally, totally agree. Report design should follow basic UI principles (limit information to one screen, don't overload with info, etc.). I only wanted to complain about report design for now - I'll pick on UI design at another time (and don't get me started there :) ).&lt;/p&gt;
&lt;p&gt;Geoff: That's a great way to put it - your first round through a UI design (which is what a report is) should be to give the customer an idea of what they could have, or present them with what they asked for so they can realize that they were mistaken in what they needed (or misworded it). Unverbalized - that's the problem, isn't it - there are some things you just can't verbalize unless you have a hint of some kind...great response, thanks!&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#5404</link><pubDate>Mon, 03 Mar 2008 08:44:10 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:5404</guid><dc:creator>Hans Mustermann</dc:creator><description>&lt;p&gt;Pagination in RS is awful.&lt;/p&gt;
&lt;p&gt;You can't even use expressions to control it.&lt;/p&gt;
&lt;p&gt;Also, when exporting to certain formats, the whole thing gets screwed up anyway.&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#5416</link><pubDate>Mon, 03 Mar 2008 15:52:35 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:5416</guid><dc:creator>James Luetkehoelter</dc:creator><description>&lt;p&gt;Hi Hans,&lt;/p&gt;
&lt;p&gt;I agree that paginition is a pain. I'm going to be a little more kind and call it &amp;quot;challenging&amp;quot;. There are things that can be done control it (mostly using Lists and Rectangles), but even then there can be odd pages. Exporting controlled or uncontrolled pagination can also lead to &amp;quot;interesting&amp;quot; results.&lt;/p&gt;
&lt;p&gt;So, in the mindset of my original post, I would as this as something developers need to take in mind from step one - how will it paginate? And how will it paginate when exported to say, PDF?&lt;/p&gt;
&lt;p&gt;Great point, pagination is another one of those basic UI design principles that you see missed time and time again. Thanks!&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#7613</link><pubDate>Wed, 02 Jul 2008 04:58:50 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:7613</guid><dc:creator>SSRS Guy</dc:creator><description>&lt;p&gt;RE: &amp;quot;(without subreports - no one should ever have to use a supreport again)&amp;quot;&lt;/p&gt;
&lt;p&gt;Take the situation where your report needs to call a Stored Procedure to populate its report table, before reading the data from said table.&lt;/p&gt;
&lt;p&gt;How would you go about doing this without using a sub-report as the data reader? &amp;nbsp;There appears to be noway to control the order SP's are called within a single (non-subreport) report.&lt;/p&gt;
&lt;p&gt;I have been told the only way to do this in SSRS (Report Builder) is with subreports.&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#8645</link><pubDate>Fri, 29 Aug 2008 07:53:36 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:8645</guid><dc:creator>Prasanna KJ </dc:creator><description>&lt;p&gt;Hi can Anyone help me Regarding the alternate point labels &amp;nbsp;in chart&lt;/p&gt;
&lt;p&gt; please do reply &lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#9169</link><pubDate>Wed, 01 Oct 2008 20:04:43 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:9169</guid><dc:creator>snktheone</dc:creator><description>&lt;p&gt;Hi James , &lt;/p&gt;
&lt;p&gt;Nice blog ...&lt;/p&gt;
&lt;p&gt;appreciate your suggestions on the best practices...&lt;/p&gt;
&lt;p&gt;All those who are still lost with the basics on SSRS&lt;/p&gt;
&lt;p&gt;check out my blog @&lt;/p&gt;
&lt;p&gt;&lt;a rel="nofollow" target="_new" href="http://ssrsbasics.blogspot.com/"&gt;http://ssrsbasics.blogspot.com/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#32804</link><pubDate>Thu, 20 Jan 2011 22:44:57 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:32804</guid><dc:creator>Chan</dc:creator><description>&lt;p&gt;Hi James,&lt;/p&gt;
&lt;p&gt; &amp;nbsp;Thanks for tips. I am write about a SSRS blog as well. If anyone is intested go to &lt;a rel="nofollow" target="_new" href="http://ssrsdeveloper.blogspot.com/"&gt;http://ssrsdeveloper.blogspot.com/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Thanks.&lt;/p&gt;
</description></item><item><title>re: 5 things I wish every SSRS developer would do</title><link>http://sqlblog.com/blogs/james_luetkehoelter/archive/2008/02/26/5-things-i-wish-every-ssrs-developer-would-do.aspx#34582</link><pubDate>Sun, 03 Apr 2011 15:40:40 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:34582</guid><dc:creator>Boris_Us</dc:creator><description>&lt;p&gt;Hi James,&lt;/p&gt;
&lt;p&gt;This is not only reporting tool, you can analyse your data results &lt;/p&gt;
</description></item></channel></rss>