WINFORM - DevExpress -> devexpress版--报表(report)
devexpress report模板1.安装devexpress(DevExpress 总结【安装、案例】_caoyanchao1的博客-CSDN博客_devexpress)
2.新建vs项目且添加standarReportDesigner控件
涛神设计器注意
https://i-blog.csdnimg.cn/blog_migrate/19ec2833b0385fd10b16be313b780b91.png
3.运行后步调
点击New Report
https://i-blog.csdnimg.cn/blog_migrate/806e7dec9bcd6e0a0be862cf4ca9bd1d.png
DetailReport
https://i-blog.csdnimg.cn/blog_migrate/d65fe33ff9585b46f82d1aad57f80f3f.png
涛神设计器checkbox(3.复选框只认boolean类型的 bool类型的可以使用case then when解决)
https://i-blog.csdnimg.cn/blog_migrate/274d67a4ef8e0b5be299e6150804355f.png
存储过程作为数据源案例
Create PROCEDURE .
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企服之家,中国第一个企服评测及商务社交产业平台。
页:
[1]