Search code examples
c#visual-studio-2010reportviewerreport-viewer2010

Grouping by a field


I have a report where I need to group the items by PaymentMethod and then display a total below each group. I am right-clicking on the detail row and selecting Add group > Adjacent Below and then choosing the group by of PaymentMethod.

You can see that the top picture has a line that shows grouping the total row with the detail row, which is what I want. The picture at the bottom is what I am currently getting.

This is how the grouping should look

This is the way it actually is grouping when I attempt it


Solution

  • You are using the wrong Add Group option. You should select Add Group -> Child Group.