Next page is disable when I use visibility.hidden
Hi all. I add a condition by a parameter to my report that it hide detail row in Table controll in visibility.hidden property: =iif(Parameters!Hidden.Value=1,true,false) After I add this expression to this property its output occur in a long page and next page button is disable and I can just see next records by scrolling down. What should I do for use next page button? Is it a reporting service BUG?
January 12th, 2011 7:56am

not sure, can you please check following' click on report layout --press F4 to see properties --> check interactive page size hight property is not 0. if yes make it 8in.Gaurav Gupta http://sqlservermsbiblog.blogspot.com/
Free Windows Admin Tool Kit Click here and download it now
January 12th, 2011 8:03am

Hi, Which version of Reporting Services you are using? Generally, in order to hide detail rows in Reporting Services 2008 or 2008R2, we need to set the Hidden property of the Details group instead of the detail row. Please refer to the steps below: 1. Select the table in the report. 2. In the Row Groups pane, select the item (Details). 3. Specify the Hidden property to the expression to =iif(Parameters!Hidden.Value=1,true,false) If it still doesn't work, please let me know and also post more information about the content in the detail row. Thanks, Tony Chain Tony Chain [MSFT] MSDN Community Support | Feedback to us Get or Request Code Sample from Microsoft Please remember to mark the replies as answers if they help and unmark them if they provide no help.
January 16th, 2011 1:11am

No it set to 11in. And I changed it to 8in but next page still is disable.
Free Windows Admin Tool Kit Click here and download it now
January 17th, 2011 12:24am

I use VS 2005. I added a break after the single group. Now next page is just available for each group break. And a group with 1000 records doesn't break to many pages and it shown in just one page and I have to scroll down to see another records.
January 17th, 2011 12:29am

Yes this is Bug in 2005 version! I test same iif code for Hidden property in reporting service of VS2008 and works correctly.
Free Windows Admin Tool Kit Click here and download it now
January 19th, 2011 7:05am

This topic is archived. No further replies will be accepted.

Other recent topics Other recent topics