How to create excel like tab lay out?http://forums.asp.net/t/1272690.aspx/1?How+to+create+excel+like+tab+lay+out+Thu, 05 Jan 2012 08:53:38 -050012726902410491http://forums.asp.net/p/1272690/2410491.aspx/1?How+to+create+excel+like+tab+lay+out+How to create excel like tab lay out? <p>Hi,</p> <p>Is&nbsp;it possible to create a tabbed lay out like excel in SQL Reporting services? I have two tables in the dataset which are to be displayed on separate tabs and needed&nbsp;to be exported in the same manner. </p> <p>Thanks.</p> <p>&nbsp;</p> 2008-06-09T11:20:41-04:002410605http://forums.asp.net/p/1272690/2410605.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p>hello <strong>shehbazbashir</strong> <br> </p> <p>&nbsp;use this link for demo application</p> <p><span class="a">www.codeproject.com/KB/aspnet/ExportClassLibrary.aspx</span> <br> </p> 2008-06-09T12:05:36-04:002410699http://forums.asp.net/p/1272690/2410699.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p>Hi <strong>Satyabrat,</strong></p> <p>My question isn't related to exporting data into excel. My question is: Is it possible to show tabs in <strong>SQL REPORTS </strong>and<strong> </strong>when some one hit the export button of sql Reporting service report is it possible for the report to export data on different tabs. I m asking <strong>SPECIFICALLY about SQL Reporting Services.</strong></p> <p>I am already doing it by using ASP.NET data controls and Excel Export Librararies but i want to shift this report on the SQL reporting as it is a headache to manage 80 plus columns in my report.</p> <p>Thanks for your help bro :)</p> 2008-06-09T12:38:05-04:002414885http://forums.asp.net/p/1272690/2414885.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">Hi,</font></span></p> <span lang="EN-US"><font face="Calibri" size="3">&nbsp;</font></span> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">From your description, do you want to create a Reporting Services report that contains multiple result sets and each result will be exported to a different tab in Excel, right? </font></span></p> <span lang="EN-US"><font face="Calibri" size="3">&nbsp;</font></span> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">If so, you can try to put multiple tables in your report and then put page breaks before them. Each manual page break becomes a new tab.</font></span></p> <span lang="EN-US"><font face="Calibri" size="3">&nbsp;</font></span> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">For headers, you need to use a Excel DeviceInfo setting, SimplePageHeaders</font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">(see <a href="http://msdn2.microsoft.com/en-us/library/ms155069(en-US,SQL.90).aspx">http://msdn2.microsoft.com/en-us/library/ms155069(en-US,SQL.90).aspx</a> ). </font></span></p> <span lang="EN-US"><font face="Calibri" size="3">&nbsp;</font></span> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">If you want this to be the default, you can add it to the RSReportServer.config file </font></span></p> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">(see </font><a href="http://msdn2.microsoft.com/en-us/library/ms156281.aspx"><font face="Calibri" size="3">http://msdn2.microsoft.com/en-us/library/ms156281.aspx</font></a><font face="Calibri" size="3">).</font></span></p> <span lang="EN-US"><font face="Calibri" size="3">&nbsp;</font></span> <p class="MsoNormal" style="margin:0cm 0cm 0pt"><span lang="EN-US"><font face="Calibri" size="3">Thanks.</font></span></p> <span lang="EN-US"><font face="Calibri" size="3">&nbsp;</font></span> <p>&nbsp;</p> 2008-06-11T03:19:59-04:002427656http://forums.asp.net/p/1272690/2427656.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p>Thats kool bro...that was exactly wat i was looking for...can you tell me another thing&nbsp;can i&nbsp;create a reporting services report which contains tabs display??</p> 2008-06-17T09:15:27-04:002427909http://forums.asp.net/p/1272690/2427909.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p>I just changed its status so that you look it&nbsp;under unresolved ...otherwise i have got answer to my question and will mark your post as answer after two days... :)</p> 2008-06-17T10:40:34-04:002447973http://forums.asp.net/p/1272690/2447973.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p>Hi,</p> <p>Check this article[<a class="" href="http://www.codeproject.com/KB/reporting-services/AnUglyTabControlForSSRS.aspx" target="_blank">http://www.codeproject.com/KB/reporting-services/AnUglyTabControlForSSRS.aspx</a>] which shows a way to implement a tab control like structure in reports, it uses text boxes, tables and tables <strong>Visibility can be toggled by another report item </strong>property.</p> <p>Also check my blog post for other details - <a href="http://weblogs.asp.net/akjoshi/archive/2008/06/26/A-tab-control-like-structure-in-reporting-services-report.aspx"> http://weblogs.asp.net/akjoshi/archive/2008/06/26/A-tab-control-like-structure-in-reporting-services-report.aspx</a></p> <p>I hope that will be helpful</p> <p>&nbsp;</p> 2008-06-26T05:22:46-04:002448055http://forums.asp.net/p/1272690/2448055.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p></p> <blockquote><span class="icon-blockquote"></span> <h4>akjoshi</h4> <p></p> <p>Hi,</p> <p>Check this article[<a href="http://www.codeproject.com/KB/reporting-services/AnUglyTabControlForSSRS.aspx" class="" target="_blank">http://www.codeproject.com/KB/reporting-services/AnUglyTabControlForSSRS.aspx</a>] which shows a way to implement a tab control like structure in reports, it uses text boxes, tables and tables <strong>Visibility can be toggled by another report item </strong>property.</p> <p>Also check my blog post for other details - <a href="http://weblogs.asp.net/akjoshi/archive/2008/06/26/A-tab-control-like-structure-in-reporting-services-report.aspx"> http://weblogs.asp.net/akjoshi/archive/2008/06/26/A-tab-control-like-structure-in-reporting-services-report.aspx</a></p> <p>I hope that will be helpful</p> <p>&nbsp;</p> <p></p> </blockquote> &nbsp; <p></p> <p>Hi Mr. Joshi.</p> <p>Its amazing article. Thanks for sharing your knowledge with us.</p> <p>Regards,&nbsp;</p> 2008-06-26T05:56:58-04:002458763http://forums.asp.net/p/1272690/2458763.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p>Thanks a lot man that was the thing i needed.</p> <p>I was near to lose hope for this...lolxxxxxxx</p> <p>a drink is due on me... ;)</p> 2008-07-01T09:41:52-04:004766020http://forums.asp.net/p/1272690/4766020.aspx/1?Re+How+to+create+excel+like+tab+lay+out+Re: How to create excel like tab lay out? <p><strong>Your artical from the Code project has been removed</strong>.</p> <p>can you please send me the source code and data source for this requirement to be completed.</p> <p>Thanks</p> 2012-01-05T08:53:38-05:00