效果:
数据源提供id、quantity1、quantity2三个字段,sum为quantity1+quantity2.
步骤:
1.打开gridcontrol的设计器
2.设置sum列的UnboundExpression属性
3.设置quantity1+quantity2
4.设置sum列的UnboundType属性为Integer。
OK,大功告成!!!
本文共 234 字,大约阅读时间需要 1 分钟。
效果:
数据源提供id、quantity1、quantity2三个字段,sum为quantity1+quantity2.
步骤:
1.打开gridcontrol的设计器
2.设置sum列的UnboundExpression属性
3.设置quantity1+quantity2
4.设置sum列的UnboundType属性为Integer。
OK,大功告成!!!
转载于:https://www.cnblogs.com/zhangqibao/p/4439124.html