Greetings!
In SSRS (VS 08) I have a report which has multiple levels of groupings.
They are set to be hidden by default, and toggled by their respective parent group:
+Top Level
-+Second Level
--+Third Level
This works properly. However, when the report is initially loaded, or all groups are collapsed, the first row of each child group is visible.
Does anyone know why this is true, and how to make it work correctly?
Agent Date Detail.. Total1 Total2+ Age1 123 123+ Age2 456 456 ------------------------------------------------------------------- + Age1 123 123 1/1/01 age1 stuff 61 61 1/2/01 feb stuff 62 62+ Age2 1/1/01 age 2 stuff 228 228 1/2/01 age 2 feb 228 228
What I want
-------------
What I have