﻿<?xml version='1.0' encoding='UTF-8'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>SQLServerCentral / Discuss Content Posted by Vincent Rainardi / Article Discussions / Article Discussions by Author  / New Features in Reporting Services 2005 / Latest Posts</title><generator>InstantForum.NET v2.9.0</generator><description>SQLServerCentral</description><link>http://www.sqlservercentral.com/Forums/</link><webMaster>notifications@sqlservercentral.com</webMaster><lastBuildDate>Wed, 19 Jun 2013 08:47:25 GMT</lastBuildDate><ttl>20</ttl><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Hi,1.Open the matrix table property2. select the tab groups3.Select the matrix group from row or columns.4. Click Edit then un check the check box "Group Header should remain visible while Scrolling.Let me know if u get any problem.RegardsShiva</description><pubDate>Tue, 16 Sep 2008 05:36:18 GMT</pubDate><dc:creator>mspblr2000</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>[quote][b]solson (3/26/2008)[/b][hr]Need related advice on 2 points:  1. In my table properties, I have the "Header should remain visible while scrolling" checked.  I have changed my header row to white from transparent, and I am still getting a flicker when scrolling through the report.[/quote]I'm getting the same flicker effect - it is highly unpleasant, and I doubt our users will find it acceptable. We want to use RS instead of Business Objects for reporting whenever possible, but effects like this will kill that objective.If anyone has a solution to this, I would greatly appreciate it.regards, beth</description><pubDate>Sun, 14 Sep 2008 06:42:46 GMT</pubDate><dc:creator>beth-447786</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>How do you get the "non scrolling headers" to work with a matrix?</description><pubDate>Thu, 04 Sep 2008 13:16:37 GMT</pubDate><dc:creator>teresa.stewart</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Hi,  Give some message in the table property "NoRows". Then if there is no data it will display that message and it will not give any java script error.RegardsShiva.</description><pubDate>Mon, 11 Aug 2008 01:56:45 GMT</pubDate><dc:creator>mspblr2000</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Need related advice on 2 points:  1. In my table properties, I have the "Header should remain visible while scrolling" checked.  I have changed my header row to white from transparent, and I am still getting a flicker when scrolling through the report.2. In same table, when I use the interactive sort option, and set my field, the functionality doesn't work.Any thoughts or help is greatly appreciated!</description><pubDate>Wed, 26 Mar 2008 15:59:03 GMT</pubDate><dc:creator>solson-689723</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>I am also facing the same issue. Did u get the solution for this???Thanks</description><pubDate>Wed, 26 Mar 2008 03:43:13 GMT</pubDate><dc:creator>arunsingh84</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>[quote][b]vishrutirdesai (12/24/2007)[/b][hr]hi,when i select the property "header should remain visible while scrolling" it works fine.but the problem i got : when there is no data onto the report it displays the  javascript error on the left corner of the browser "line : 16char:634Error:object Requiredcode:0"kindly guide me...thanks,vishruti.[/quote]vishruti,I have a solution for this for you that I'd like to share (other than simply turning it off - like the doctor who says just don't do that).  Took me awhile to first of all figure out what was causing this problem (this post pointed me in the right direction, and is 100% correct that a fixed header without data in the table will cause this error, thanks).To get around this problem, I came up this solution:1. in your sql that populates each table in your report, add a UNION clause which will add a dummy record only if the main clause doesn't have any records.  here is some sample sql that I used in my case:select * from vPersonScoreswhere personID = @PersonIDunionselect -99, null, null, null, null, null, null, nullwhere (select count(*) from vPersonScores                             where personID = @PersonID) = 02. in the table properties, set the visibility.hidden property to check for valid records only, something like so:=iif(Sum(Fields!PersonID.Value, "Scores") &amp;gt; 0, false, true)3. remember to re-set the Fixed Header property back to True.Now this will work fine even if the main table resultset is empty.  I also created another textbox field to indicate if there were no records returned using the same logic on the visibility.hidden property, only in reverse.  Hope this helps.CheersJT</description><pubDate>Tue, 11 Mar 2008 13:35:48 GMT</pubDate><dc:creator>james.taylor</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>As mentioned in my post, those settings are functions of a table or a matrix - not a page.  Therefore, unless your entire report is a single table or a single matrix, this settings are of no help.Once your table with those settings scrolls off the page, and possibly into a subsequent table, the header is gone.</description><pubDate>Thu, 06 Mar 2008 21:03:46 GMT</pubDate><dc:creator>steve.troiano</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>[quote][b]steve.troiano (3/6/2008)[/b][hr]Does anyone know how to do affect the same scrolling header with a "Page Header"?Seems to me like a fundamental requirement, yet I can't get it to work.  My report consists of several similar, yet different tables, so I can't place them all in one table, but I'd like the page header to remain while scrolling.Since a text box doesn't offer this functionality, and a table or matrix is not permitted in a page header, I'm kinda in a jam.  Also tried placing just a simple one column table at the top of the body, but it only survives a scroll until the detail or footer row scrolls off.  Also tried taking the "Header Table" mentioned above, and dragged the footer over the entire report - this worked in the VS Preview, but broke everything once deployed to RS server.  Am I missing the obvious??Thanks in advance.[/quote]I am not sure I understand completely your inquiry but I think you can accomplish your needs by two simple settings in table properties: "Repeat header rows on each page" and "Header should remain visible while scrolling". These settings are in "General" tab, in table properties &amp;#119;indow./daniel</description><pubDate>Thu, 06 Mar 2008 20:57:24 GMT</pubDate><dc:creator>opdaniel</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>I don't know. I had to tell my customer that the task cannot be accomplished with reporting services and they believed me XD</description><pubDate>Thu, 06 Mar 2008 14:39:02 GMT</pubDate><dc:creator>F. Dwarf</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Does anyone know how to do affect the same scrolling header with a "Page Header"?Seems to me like a fundamental requirement, yet I can't get it to work.  My report consists of several similar, yet different tables, so I can't place them all in one table, but I'd like the page header to remain while scrolling.Since a text box doesn't offer this functionality, and a table or matrix is not permitted in a page header, I'm kinda in a jam.  Also tried placing just a simple one column table at the top of the body, but it only survives a scroll until the detail or footer row scrolls off.  Also tried taking the "Header Table" mentioned above, and dragged the footer over the entire report - this worked in the VS Preview, but broke everything once deployed to RS server.  Am I missing the obvious??Thanks in advance.</description><pubDate>Thu, 06 Mar 2008 13:36:24 GMT</pubDate><dc:creator>steve.troiano</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Uncheck the option "Header should remain visible while scrolling" from Table Properties.That worked for me :)</description><pubDate>Thu, 28 Feb 2008 15:57:46 GMT</pubDate><dc:creator>opdaniel</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>hi,when i select the property "header should remain visible while scrolling" it works fine.but the problem i got : when there is no data onto the report it displays the  javascript error on the left corner of the browser "line : 16char:634Error:object Requiredcode:0"kindly guide me...thanks,vishruti.</description><pubDate>Mon, 24 Dec 2007 02:50:38 GMT</pubDate><dc:creator>vishrutirdesai</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>I'd add that the "header should remain visible" behaviour can also be applied to columns. In a table region you have to select the column and in the properties tab (F4) set "Fixed Header" to True and you're done.In a Matrix region you set the "header should remain visible" property to the group, as described in the article.best regards!</description><pubDate>Tue, 04 Dec 2007 10:23:04 GMT</pubDate><dc:creator>F. Dwarf</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>One problem I noticed with this is when you enable "Header should remain visible while scrolling" and use a document map the links on the document map do not take into account the scrolling header.  When you click on a link in the document map the line is aligned at the top of the screen which is behind the scrolling header.  </description><pubDate>Thu, 21 Jun 2007 07:39:00 GMT</pubDate><dc:creator>Ben Holcombe-270296</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>We're been using these feature in our internal reports for about a year now, and have found a number of interesting results.- Set the sort order in the report, as this will put less load on the DB. Depending on the amount of data returned in the query, will govern which order is quicker for you. So test in your reports to find out. Must of our reports do not return too large a result, so we try and set the sort order in the report as part of our standards. (Most of the time &lt;img src='images/emotions/wink.gif' height='20' width='20' border='0' title='Wink' align='absmiddle'&gt; But give the user the ability to order by any column, and let them know which is the default sort column! Again, users have found this a great help on their reports.Also be careful on report exports to excel, as excel will not keep the table header row visible when scrolling down even if this is enabled on the web page!Hope these help. &lt;img src='images/emotions/smile.gif' height='20' width='20' border='0' title='Smile' align='absmiddle'&gt;</description><pubDate>Fri, 15 Jun 2007 05:06:00 GMT</pubDate><dc:creator>Ian Dell</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Hi,Regarding the interactive sort, What would be the best way to set the initial sort order?- Sort the data at the database level with ORDER BY in the query (temps db space increase, performance issue)- Set the initial sort order at the report level (How? is it faster or slower than doing so at DB level?)Tanks,Philippe</description><pubDate>Thu, 14 Jun 2007 11:53:00 GMT</pubDate><dc:creator>Philippe Cand</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Hi,May I know which version of SQL Server 2005 has this functionality. I have SP2 and i dont see this feature in the Visual Studio when i try to Design a report.Please Suggest.thankyouVidya</description><pubDate>Thu, 14 Jun 2007 10:57:00 GMT</pubDate><dc:creator>vidya sagar reddy</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>&lt;P&gt;Keeping the headers when scrolling is a great new feature. I did find that my default report template uses a "transparent" background and as a result when scrolling, the header data appeared to be typing over the text of the report. To fix this problem, just set the background color of the header line to "white". &lt;/P&gt;&lt;P&gt;mary&lt;/P&gt;</description><pubDate>Thu, 14 Jun 2007 05:35:00 GMT</pubDate><dc:creator>Mary Eckmeier</dc:creator></item><item><title>RE: New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Thats an interesting Piece of information</description><pubDate>Wed, 13 Jun 2007 22:30:00 GMT</pubDate><dc:creator>mitul surti</dc:creator></item><item><title>New Features in Reporting Services 2005</title><link>http://www.sqlservercentral.com/Forums/Topic368026-292-1.aspx</link><description>Comments posted here are about the content posted at &lt;A HREF="http://www.sqlservercentral.com/columnists/vRainardi/3024.asp"&gt;http://www.sqlservercentral.com/columnists/vRainardi/3024.asp&lt;/A&gt;</description><pubDate>Tue, 22 May 2007 11:29:00 GMT</pubDate><dc:creator>VincentRainardi</dc:creator></item></channel></rss>