Is there a way to determine when a Grouping has changed in SSRS 2005?
For example, if you are grouping on OrderID, displaying the Order Header info, and the details are the Order_Items etc... Is there an event to check for to tell when the "new" OrderID has appeared?
Are you able to somehow compare the current OrderID to the previous OrderID in the group?
I have multiple groupings in a report, and this group in particular is the 3rd group, and on the Grouping change, I want to make the border of the Group Header solid. There are certain occasions depending how the groups change, the boarder is left as "None" and it looks odd in the report.
Edit: (Here is an Image Example)
I have managed it so far by adding an additional row to another grouping, and making the row height .03125. It gives off the desired appearance, but I thought there was a way to tell when the grouping changed. Maybe grouping row number = 0 or something?