I'm trying to create a report in VS.NET 2022 Local Report that groups rows by certain attributes. For example, my dataset returns this information
What I need is report that displays the information this way:

In other words: a top section for each group and and list of records for each group.
All examples I've seen so far only allow me to have the group section as the first column on the left.
Is that possible to do? any examples I can check?
