如何在报表查看器页脚中显示总计和总计

问题描述:

嗨Frds,

我完成了运行页面总计算,但现在我想在报表查看器页脚部分显示此总计。我怎样才能做到这一点。提前致谢。



我尝试了什么:



我做了运行页面总计算

Hi Frds,
I done running page total calculation, but now I want to display this totals in report viewer footer section. how can I do this. Thanks in advance.

What I have tried:

I done running page total calculation

你的答案怎么不是那么清楚,但我认为这会有所帮助

报告执行此步骤

拖动列报告然后

1:通过右键单击该列并在第一列中键入总计来创建表达式:

2:在Comman Functions类别和Sum作为项目,然后表达式将如下:

它应该是这样的



= Sum(Fields!Age.Value)

..

如果不清楚请告诉我
how ever your answer wasn't so clear but i think this will help somehow
on report do this steps
drag column to report and then
1:Create the expression by right-clicking on that column and typing the total in the first column:
2: in "Comman Functions" category and "Sum" as an item, then the expression will be like:
it should looks like this

=Sum(Fields!Age.Value)
..
if its not clear please let me know