马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?立即注册
x
devexpress report模板
1.安装devexpress(DevExpress 总结【安装、案例】_caoyanchao1的博客-CSDN博客_devexpress)
2.新建vs项目且添加standarReportDesigner控件
涛神设计器注意
3.运行后步调
点击New Report
DetailReport
涛神设计器checkbox(3.复选框只认boolean类型的 bool类型的可以使用case then when解决)
存储过程作为数据源案例
- Create PROCEDURE [dbo].[proc_report]
- AS
- select (case when Color >0 then Color else null end) as color1 ,(case when COntext >0 then COntext else null end) as COntext1,(case when structure >0 then structure else null end) as structure1,(case whe
复制代码 免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!更多信息从访问主页:qidao123.com:ToB企服之家,中国第一个企服评测及商务社交产业平台。 |