I'm trying to make a report in SSRS, and I'd like to toggle the visibility of sections of the report if one section of the report is visible or not.
If section1 is visible
then section2, section3, section4 are hidden;
If section2 is visible
then section1, section3, section4 are hidden;
If section3 is visible
then section1, section2, section4 are hidden;
If section4 is visible
then section1, section2, section3 are hidden;
Is there a way of doing this?
Thanks in advance,
Nick