本文介绍了reportviewer列计算的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
嗨 我正在使用VS2010使用
的reportviewer表或矩阵
专栏1专栏2专栏3
行-----字段!总值列1 * 5列2 * 5
第1列到第5列中的value我应该怎么写表达式的值的数量?
样品
专栏2:表达式
=总计* 5
第3列:表达式
=列2 * 5
ReportViewer错误是此类软件引起的.
帮我 . .
解决方案
hi I''m using VS2010
the reportviewer table or matrix using
columns1 columns2 columns3
rows----- fields!total.value columns1 * 5 columns2 * 5
value in column 1 to 5 the number of how to multiply the value of expression should I write?
Sample
column2: expression
= total * 5
Column3: expression
= columns2 * 5
ReportViewer error is of such software.
help me . .
解决方案
这篇关于reportviewer列计算的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!