I have a report with nested Groups.
First I group by Order, then by Exchange, then I have a bunch of Adjacent Groups based on various issues that can arise with Trades, within those groups I have details. You can see this structure in the capture below. The issue is when I hide the details of all the adjacent groups (this happens when there are no issues for the trades executed on one exchange) one detail row from one of the adjacent groups remains visible. So in the example below, ALP and CXC have a detail row visible that should not be. It does not matter if I remove the expression and simply hide all the groups statically. Also, if you expand the exchange to see all the sub-groups (descriptions of all potential problems) you see all the detail rows become invisible (look at TOR, with the exception of the problem group that I expanded all other detail rows are hidden). This means that they are all in fact hidden but it appears there is a bug with 'double hiding' details within a group (detail row is hidden and then it's parent group is hidden). Has anyone seen this and figured out a way to fix it?
Image may be NSFW.
Clik here to view.
EDIT:
I should mention I am using the Winforms Viewer control, not the SSRS engine in SQL Server.