i have an SSRS (2008 R2) report with matrix which contains multiple row groups. I need to expand all other groups while having only one toggle item for that. I Hide all necessary groups, and set toggle item the textbox i need. It works great in VisualStudio, but hen i export everything to excel, each group has it's own toggle item. Any idea why?
Some samples. Initial report view:
+------------+----------+------+
| Inst. Name | District | Town |
+------------+----------+------+
| Name 1 |
+------------+----------+------+
| Name 2 |
+------------+----------+------+
Report after clicking on institution name (District and town are two different groups):
+------------+----------+-------+
| Inst. Name | District | Town |
+------------+----------+-------+
| Name 1 | Dist 1 | Town1 |
+ +----------+-------+
| | Dist 2 | Town2 |
+------------+----------+-------+
| Name 2 |
+------------+----------+-------+