Reputation: 6554
Say I have a SSRS 2008 report whose layout is something like the image below.
Proposed layout
Would it be possible to implement a solution that would allow the users to expand \ collapse sections of the report (Report 1, Report 2 etc) when clicking +/- as you can when using a grouped tablix?
Upvotes: 1
Views: 89
Reputation: 6554
OK figured out how to do it.
I placed both the title and the report into a rectangle, but thats not really required, and set the ToggleItem property of the chart to the title text box.
This then gave me the expand / collapse functionality I required. The +/- does seem backwards from what I expected.
Visible
Hidden
Edit:
To control the toggle state look at the InitialToggleState on the title textbox
Upvotes: 0