报表列合计 [英] Sum total of report column

查看:37
本文介绍了报表列合计的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我尝试根据 =ReportItems!Textbox135.Value

该字段不包含在数据集中,而是报告中的一个文本字段.我在报告的组标题中使用以下表达式

This field is not included in the dataset, but is a textfield in the report. I use the following expression in the group header of my report

=SUM(ReportItems!Textbox135.Value)

导致错误的原因:

Aggregate functions can be used only on report items contained in page headers and footers

总结报告项目的正确表达式是什么?

What is the correct expression to sum report items?

推荐答案

您是否尝试过:

=SUM(Fields!YourField.Value)

这篇关于报表列合计的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆