<?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>Software Rockstar &#187; Reporting</title>
	<atom:link href="http://www.softwarerockstar.com/tag/reporting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.softwarerockstar.com</link>
	<description>Coaching and mentoring on a journey from a Developer to an IT Leader</description>
	<lastBuildDate>Thu, 12 Nov 2009 18:12:26 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Client Side Reports in Visual Studio 2005</title>
		<link>http://www.softwarerockstar.com/2006/08/client-side-reports-in-visual-studio-2005/</link>
		<comments>http://www.softwarerockstar.com/2006/08/client-side-reports-in-visual-studio-2005/#comments</comments>
		<pubDate>Thu, 17 Aug 2006 14:13:00 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[SQL Reporting Services]]></category>
		<category><![CDATA[SQL Server]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[WinForms]]></category>

		<guid isPermaLink="false">http://mharoon.wordpress.com/2006/08/17/client-side-reports-in-visual-studio-2005/</guid>
		<description><![CDATA[Perhaps the best kept secret (or at least the least discussed feature) of Visual Studio 2005 is the client-side reports. Client-side reports consists of the Report Viewer Control and it&#8217;s accompanying Report Designer that comes standard with Visual Studio 2005 Professional and up. This feature can be used to develop ASP.NET or WinForms solutions that [...]]]></description>
			<content:encoded><![CDATA[<p>Perhaps the best kept secret (or at least the least discussed feature) of Visual Studio 2005 is the client-side reports. Client-side reports consists of the <a href="http://msdn2.microsoft.com/en-us/library/ms251671.aspx">Report Viewer Control</a> and it&#8217;s accompanying Report Designer that comes standard with Visual Studio 2005 Professional and up.</p>
<p>This feature can be used to develop ASP.NET or <span class="blsp-spelling-error">WinForms</span> solutions that sport <a href="http://microsoft.com/sql/reporting/"><span class="blsp-spelling-error">SQL</span> Server Reporting Services</a> style reports, without having to deploy those reports to a Reporting Server. Reports are deployed as <span class="blsp-spelling-error">RDLC</span> files with your solutions. In fact one doesn&#8217;t even need <span class="blsp-spelling-error">SQL</span> Server, since these reports can be <span class="blsp-spelling-error">programatically</span> bound to objects such as <span class="blsp-spelling-error">DataSets</span>, a huge plus for <span class="blsp-spelling-error">ditributed</span> n-tier designs where the <span class="blsp-spelling-error">UI</span> layer does not have direct access to the data store. This also means that one can use any imaginable back-end data store including XML and <span class="blsp-spelling-error">CSV</span> files as long as data can be loaded into <span class="blsp-spelling-error">binable</span> objects.</p>
<p>The report viewer control is similar to Reporting Services report viewer, with nifty features such as paging, searching, and export (<span class="blsp-spelling-error">PDF</span>, Excel, <span class="blsp-spelling-error">CSV</span>) features. My only complain with the ASP.NET version of the report viewer is that it does not directly support printing. Reports have to be exported to <span class="blsp-spelling-error">PDF</span> in order for one to print. This was a gotcha with the first versions of Reporting Services report viewer as well, but later they added printing support to the control (perhaps through <span class="blsp-spelling-error">ActiveX</span>) in Reporting Services SP1.</p>
<p>You can find more information about this feature at <a href="http://www.gotreportviewer.com/"><span class="blsp-spelling-error">GotReportViewer</span></a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2006/08/client-side-reports-in-visual-studio-2005/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Microsoft LogParser</title>
		<link>http://www.softwarerockstar.com/2006/08/microsoft-logparser/</link>
		<comments>http://www.softwarerockstar.com/2006/08/microsoft-logparser/#comments</comments>
		<pubDate>Tue, 15 Aug 2006 15:28:00 +0000</pubDate>
		<dc:creator>SoftwareRockstar</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Other]]></category>
		<category><![CDATA[Administration]]></category>
		<category><![CDATA[Cool Tools]]></category>
		<category><![CDATA[Logging]]></category>
		<category><![CDATA[Rants & Raves]]></category>
		<category><![CDATA[Reporting]]></category>
		<category><![CDATA[Scripting]]></category>

		<guid isPermaLink="false">http://mharoon.wordpress.com/2006/08/15/microsoft-logparser/</guid>
		<description><![CDATA[It&#8217;s kind of ironic that soon after I finished writing a log viewer for my log4Net XML logs, I came across this universal log parsing tool by Microsoft called Log Parser 2.2. I started playing with it and it seems pretty good at what it does. You can create nice looking HTML reports and even [...]]]></description>
			<content:encoded><![CDATA[<p>It&#8217;s kind of ironic that soon after I finished writing a log viewer for my <a href="http://logging.apache.org/log4net/">log4Net</a> XML logs, I came across this universal log parsing tool by Microsoft called <a href="http://www.microsoft.com/technet/scriptcenter/tools/logparser/default.mspx">Log Parser 2.2</a>. I started playing with it and it seems pretty good at what it does. You can create nice looking HTML reports and even charts from your log data (<span class="blsp-spelling-error">xml</span>, <span class="blsp-spelling-error">csv</span>, <span class="blsp-spelling-error">tsv</span>, active directory objects, registry, etc.). All it takes is some basic <span class="blsp-spelling-error">SQL</span> skills, and you are on your way to producing meaningful views / reports out of your log files. The beauty of the tool is in its extensibility; you can parse an array of data types using this tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.softwarerockstar.com/2006/08/microsoft-logparser/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->