I am building a report in SSRS 2008 Report Builder, and I'm setting the visibility property on my details row group. I want the visibility of this row to be based on a parameter called Show All Details that is either true or false, and chosen by the user at runtime. I also want each detail row's display to be toggled by it's summary row column.
Each piece of this functionality works fine - the whole report can be expanded or collapsed based on the Show All Details parameters, and each detail row can be expanded or collapsed by clicking on its Summary column.
But when I have 1 or a few rows expanded individually, and then I change the Show All Details parameter to yes, those expanded rows actually collapse instead of staying expanded. The same happens when I do the reverse and have a few indivual rows collapsed, then change the Show all details parameter to no; the collapsed rows actually expand instead of staying collapsed. Is this a bug in SSRS 2008?
toggles
the state. If the item was expanded and hit the toggle button/check again it will retract. – eestein