Gridcontrol---->unboundexpression使用

1.unboundexpression具体使用可以参考sql的方法

2.图示

工具

1.如果当前表没有当前行数据(先把他放到一个表里面)

select p.*,PerPointCount FROM [Leyard].[dbo].[ProductOrder] p left join RepParament r on p.style=r.PareStyle where Status not like '%待发货%' and Status not in('已取消','暂停生产','待发货','已发货') and ISNULL(panelInfo,'')='' and IsSHere='1' order by PId      

案例

案例一.   Devexpress-GridControl实现对两列求和后作为新的列

Devexpress-GridControl实现对两列求和后作为新的列 - 苦B程序员 - 博客园

猜你喜欢

转载自blog.csdn.net/caoyanchao1/article/details/121411102