按字段分组

时间:2013-03-20 14:31:58

标签: c# visual-studio-2010 reportviewer report-viewer2010

我有一个报告,我需要通过PaymentMethod对项目进行分组,然后在每个组下方显示总计。我右键单击详细信息行并选择Add group > Adjacent Below,然后选择PaymentMethod组。

你可以看到顶部的图片有一行显示总行与细节行的分组,这就是我想要的。底部的图片是我目前得到的。

This is how the grouping should look

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

1 个答案:

答案 0 :(得分:1)

您使用了错误的“添加组”选项。您应该选择添加组 - >儿童组。