<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.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>Merge Ahead</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx</link><description>One issue that continually vexes users of the SQL Server Reporting Services Excel rendering extension is that of merged cells in the Excel output. Merged cells can be a problem because Excel's sort functionality is very particular about the way cells</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>re: Merge Ahead</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#1780468</link><pubDate>Thu, 01 Mar 2007 20:42:21 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1780468</guid><dc:creator>JamesAndrewPlant</dc:creator><description>&lt;p&gt;If you need a title for your report -but that title causes the cursed merge cells problems - then you may try the following work around:&lt;/p&gt;
&lt;p&gt;Create a bitmap image that contains the report title. Within BIDS choose the Report menu then Embedded Images. Add your bitmap to the list. Add a header to the report (from the Report menu again). Select the header and set the background image property to Source=Embedded, Value=The name of you embedded image.&lt;/p&gt;
&lt;p&gt;The image will display when the report is rendered in the browser but will not appear if you save the results to an Excel spreadsheet. &lt;/p&gt;
</description></item><item><title>The 2-for-1 Special in Excel</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#1847123</link><pubDate>Fri, 09 Mar 2007 23:23:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:1847123</guid><dc:creator>Strate SQL</dc:creator><description>&lt;p&gt;It inevitably happens when building SQL Server Reporting Services reports that someone will have desire&lt;/p&gt;
</description></item><item><title>re: Merge Ahead</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#2780888</link><pubDate>Tue, 22 May 2007 05:50:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:2780888</guid><dc:creator>ajkarthik</dc:creator><description>&lt;p&gt; &amp;nbsp; &amp;nbsp; I also had similar issues related to merged cells.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;Merged cells were present mostly in the regions which is interfering with left and right edges of report items in report header.&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp; So i tried to keep the header into excel header. This can be done by including SimplePageHeaders=true in device info. Another tips is to remove the blank columns by adding RemoveSpace item in device info.&lt;/p&gt;
&lt;p&gt;A sample of reconfiguring device info thro Reportserver.config is pasted below.&lt;/p&gt;
&lt;p&gt;			&amp;lt;Extension Name=&amp;quot;EXCEL&amp;quot; Type=&amp;quot;Microsoft.ReportingServices.Rendering.ExcelRenderer.ExcelRenderer,Microsoft.ReportingServices.ExcelRendering&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt;				&amp;lt;Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;					&amp;lt;DeviceInfo&amp;gt;&lt;/p&gt;
&lt;p&gt;						&amp;lt;SimplePageHeaders&amp;gt;true&amp;lt;/SimplePageHeaders&amp;gt;&lt;/p&gt;
&lt;p&gt;						&amp;lt;RemoveSpace&amp;gt;0.012in&amp;lt;/RemoveSpace&amp;gt;&lt;/p&gt;
&lt;p&gt;					&amp;lt;/DeviceInfo&amp;gt;&lt;/p&gt;
&lt;p&gt;				&amp;lt;/Configuration&amp;gt;&lt;/p&gt;
&lt;p&gt;			&amp;lt;/Extension&amp;gt;&lt;/p&gt;
</description></item><item><title>Reporting Frameworks Part 3 ??? using SQL Server 2005 Reporting Services &amp;laquo; conservative geek</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#5481675</link><pubDate>Wed, 17 Oct 2007 06:34:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:5481675</guid><dc:creator>Reporting Frameworks Part 3 ??? using SQL Server 2005 Reporting Services « conservative geek</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://conservativgeek.wordpress.com/2007/08/30/reporting-frameworks-part-3-%e2%80%93-using-sql-server-2005-reporting-services/"&gt;http://conservativgeek.wordpress.com/2007/08/30/reporting-frameworks-part-3-%e2%80%93-using-sql-server-2005-reporting-services/&lt;/a&gt;&lt;/p&gt;
</description></item><item><title>The 2-for-1 Special in Excel</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#9068375</link><pubDate>Fri, 14 Nov 2008 06:49:39 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9068375</guid><dc:creator>Strate SQL</dc:creator><description>&lt;p&gt;It inevitably happens when building SQL Server Reporting Services reports that someone will have desire to export the beautifully created report out of SSRS and into some other format. And sometimes that format just happens to be Excel.*Presto Change-O*And&lt;/p&gt;
</description></item><item><title>re: Merge Ahead</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#9471821</link><pubDate>Thu, 12 Mar 2009 18:26:41 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9471821</guid><dc:creator>kmbimal</dc:creator><description>&lt;p&gt;If you add the &amp;lt;SimplePageHeaders&amp;gt;true&amp;lt;/SimplePageHeaders&amp;gt; the header section will be placed in the header of the excel sheet and the user will see it only when he takes print out or select print preview.&lt;/p&gt;
&lt;p&gt;I think the better option is to add multiple header rows in the grid which is shown in the detail section and move the text you want to show in the header section to these rows. You can have merged cells also here and excel wont prevent you from sorting in this case also.&lt;/p&gt;
&lt;p&gt;---------&lt;/p&gt;
&lt;p&gt;Bimal&lt;/p&gt;
</description></item><item><title>re: Merge Ahead</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#9713538</link><pubDate>Tue, 09 Jun 2009 09:22:28 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9713538</guid><dc:creator>samratbhatnagar</dc:creator><description>&lt;p&gt;The tips given above really work.&lt;/p&gt;
&lt;p&gt;Point 1 is the basis.&lt;/p&gt;
&lt;p&gt;Points 2 and 3 are very true. There might be cases when measurements are same but still excel export has merged cells. This problem can be rectified without doing much of the math. Lemme take an example by stating what I did in my reports. The basic elements in my reports were tables(usually two). I had created the tables from scratch. I did all the math and made sure the cell border alignment in the two tables were same. But excel exports still had merged cells issues. Just to mention the merged cells were very small. So instead of creating two different tables from scratch I created a single table and then made a copy of that table. Hence reusing one table.&lt;/p&gt;
</description></item><item><title>  My Reporting Service Problem In Excel Output - Dedirahman blog</title><link>http://blogs.msdn.com/chrisbal/archive/2006/07/08/659545.aspx#9742561</link><pubDate>Sat, 13 Jun 2009 09:48:46 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9742561</guid><dc:creator>  My Reporting Service Problem In Excel Output - Dedirahman blog</dc:creator><description>&lt;p&gt;PingBack from &lt;a rel="nofollow" target="_new" href="http://dedirahmansianturi.com/2009/06/13/my-reporting-service-problem-in-excel-output/"&gt;http://dedirahmansianturi.com/2009/06/13/my-reporting-service-problem-in-excel-output/&lt;/a&gt;&lt;/p&gt;
</description></item></channel></rss>