Hey All,
I`ve got a report with predefined groupings, however, I now have to add a new group programmatically. I've figured out how to do it, except that I want to add it at the beginning of the Grouping collection, and when i try Report.Groups.Add(newGroup), it adds it at the end...
Right now i have two levels of grouping.
I want to add a third, but i need this new one to be the topmost grouping level.
How can I do this, if at all possible?
Thanks!
I`ve got a report with predefined groupings, however, I now have to add a new group programmatically. I've figured out how to do it, except that I want to add it at the beginning of the Grouping collection, and when i try Report.Groups.Add(newGroup), it adds it at the end...
Right now i have two levels of grouping.
I want to add a third, but i need this new one to be the topmost grouping level.
How can I do this, if at all possible?
Thanks!