I'm using ReportViewer to generate reports. I'm using a tablix with a number of groupings.
e.g. I have the following groupings
Watch
PersonFullName
Details
PersonFullName is hidden with display toggled by watch
Details are hidden with display toggled by PersonFullName
When the report is first displayed the first record of the details section is displayed even though the personfullname group toggle button has not been expanded. How can I get it so that no records of the details section are displayed until the parent group
record is expanded.

Robert Smith