本文介绍了在C1Truedbgrid中对VB.net 2003列求和的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
如何将c1truedbgrid边界列求和并添加到页脚文本中
网格具有以下列:
Hi,
How to sum c1truedbgrid bounded column and put into footer text
Grid has following columns:
--------------------------------------------------
Inv No Inv Date Customer Name Inv Amt
--------------------------------------------------
5 04-08-10 Akill Knits 25000.00
6 04-08-10 Sowmys Knits 30000.00
7 04-08-10 Allwin Colors 17000.00
我的代码是:
My Code is:
c1truedbgrid1.Splits(0).DisplayColumns(4).DataColumn.Aggregate.Sum
我得到的结果是2,而不是72000.
请帮助我.
再见..
Ganesh
I got result 2 instead of 72000.
Please help me.
Bye..
Ganesh
推荐答案
这篇关于在C1Truedbgrid中对VB.net 2003列求和的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!