VS.NET Local Report grouping

21 Views Asked by At

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

enter image description here

What I need is report that displays the information this way: enter image description here

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?

0

There are 0 best solutions below