Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 Reporting Services Development
 Detail band collapsed by default (not expanded)

Author  Topic 

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2005-12-15 : 10:58:46
I have a detail band that I'd like collapsed on default, and if the user wants to see the data, they can use the toggle field to show the data. I do have a toggle field, but don't want to require the user to collapse all those group instances.

Looks like by default the detail band is expanded, but I'd like it to show by default as collapsed.

jhermiz

3564 Posts

Posted - 2005-12-15 : 11:21:33
quote:
Originally posted by bubberz

I have a detail band that I'd like collapsed on default, and if the user wants to see the data, they can use the toggle field to show the data. I do have a toggle field, but don't want to require the user to collapse all those group instances.

Looks like by default the detail band is expanded, but I'd like it to show by default as collapsed.





Keeping the web experience alive -- [url]http://www.web-impulse.com[/url]
Go to Top of Page

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2005-12-15 : 12:10:31
Got it by:

Set detail band Hidden = "True"

Use a textbox in group band for toggle
Go to Top of Page
   

- Advertisement -