<?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 and Technology Ramblings &#187; Coding &#8211; .Net</title>
	<atom:link href="http://blog.eastfacesoftware.com/category/coding-net/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.eastfacesoftware.com</link>
	<description>A blog of software design, architecture, and other unread ramblings.</description>
	<lastBuildDate>Thu, 09 Dec 2010 17:01:26 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Reporting Services 2005 and non-IE Browsers</title>
		<link>http://blog.eastfacesoftware.com/2006/07/12/reporting-services-2005-and-non-ie-browsers/</link>
		<comments>http://blog.eastfacesoftware.com/2006/07/12/reporting-services-2005-and-non-ie-browsers/#comments</comments>
		<pubDate>Wed, 12 Jul 2006 18:07:19 +0000</pubDate>
		<dc:creator>Doug Hays</dc:creator>
				<category><![CDATA[Coding - .Net]]></category>

		<guid isPermaLink="false">http://blog.eastfacesoftware.com/?p=4</guid>
		<description><![CDATA[I have decided to leverage Microsoft&#8217;s Reporting Services 2005 as the PositiveWare reporting engine.  The thought was that I would have a quick way to crank out reports and be able to easily export them to PDF and Excel. Its amazing how, out of all of the features of a reporting engine, exporting to PDF/Excel [...]]]></description>
			<content:encoded><![CDATA[<p>I have decided to leverage Microsoft&#8217;s Reporting Services 2005 as the <a href="http://www.positiveware.com">PositiveWare</a> reporting engine.  The thought was that I would have a quick way to crank out reports and be able to easily export them to PDF and Excel. Its amazing how, out of all of the features of a reporting engine, exporting to PDF/Excel seems to be the most important feature.</p>
<p> Anyways, I was fairly pleased with Reporting Services as a graphical tool to build reports.  But here are some shortcomings of RS2005:</p>
<ol>
<li>No real CSS support</li>
<li>SOAP method of rendering reports doesn&#8217;t easily support drill-down and drill-through</li>
<li>Horrible rendering in non-IE browsers</li>
</ol>
<p>Well, in true developing-with-Microsoft-tools style, I have spent the majority of my time working around these issues.  The first issue I&#8217;m just ignoring and the second issue I have coded around by re-writing the HTML as it passes through my app after the SOAP call.</p>
<p> The third issue is an odd one. In Safari and FireFox, the resulting report tables are very &#8217;scrunched&#8217;.  Each column is about 5 characters wide&#8230; It was a mystery for a month until I found this marvelous tip:</p>
<pre style="padding-left: 5px; background-color: #e5e5e5; border: black 1px solid">I found a workaround for this, insert an empty
text  box and size it to the required width
of your page. Set the 'Can Grow' property
to False. This will fix the width of the
table cell used to render the report content.</pre>
<p><a href="http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=83322&#038;SiteID=1">http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=83322&#038;SiteID=1</a></p>
<p> I tried it, and sure enough, it works in FireFox.  Off to test Safari&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.eastfacesoftware.com/2006/07/12/reporting-services-2005-and-non-ie-browsers/feed/</wfw:commentRss>
		<slash:comments>78</slash:comments>
		</item>
	</channel>
</rss>

