自学内容网 自学内容网

WINFORM - DevExpress -> devexpress版--报表(report)

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

原文地址:https://blog.csdn.net/caoyanchao1/article/details/122302791

免责声明:本站文章内容转载自网络资源,如本站内容侵犯了原著者的合法权益,可联系本站删除。更多内容请关注自学内容网(zxcms.com)!