当前位置:网站首页>C#實現水晶報錶綁定數據並實現打印4-條形碼
C#實現水晶報錶綁定數據並實現打印4-條形碼
2022-07-06 22:04:00 【coder i++】
看了上幾篇文章 加上自己的調試可以打出來了
大概記錄下流程
1、在dataset中加入列code 類型System.Byte[] ,並將此列拉至水晶報錶某比特置
2、安裝BarcodeX並添加 barcodex.ocx 引用
3、新建 from 並拉一個 barcode過來
4、獲取數據並賦值
barcodex.Caption = “123456”;
5、將圖片信息轉為bytes流並賦值
ImageToBytes
datatset.rows[i].column[“code”] = imgbytes;
6、賦值給水晶報錶對應dataset信息並打印
边栏推荐
- hdu 4912 Paths on the tree(lca+馋)
- Some problems about the use of char[] array assignment through scanf..
- Oracle Performance Analysis 3: introduction to tkprof
- GPS从入门到放弃(十八)、多路径效应
- Checkpoint of RDD in spark
- GPS from getting started to giving up (XX), antenna offset
- 功能强大的国产Api管理工具
- MySQL removes duplicates according to two fields
- 嵌入式常用计算神器EXCEL,欢迎各位推荐技巧,以保持文档持续更新,为其他人提供便利
- Maximum product of three numbers in question 628 of Li Kou
猜你喜欢
Leetcode learning records (starting from the novice village, you can't kill out of the novice Village) ---1
Unity3d Learning Notes 6 - GPU instantiation (1)
Happy sound 2[sing.2]
Sequoia China, just raised $9billion
bat脚本学习(一)
2020 Bioinformatics | GraphDTA: predicting drug target binding affinity with graph neural networks
[daily] win10 system setting computer never sleeps
Uni app app half screen continuous code scanning
嵌入式常用计算神器EXCEL,欢迎各位推荐技巧,以保持文档持续更新,为其他人提供便利
Search element topic (DFS)
随机推荐
GPS从入门到放弃(十六)、卫星时钟误差和卫星星历误差
微信红包封面小程序源码-后台独立版-带测评积分功能源码
1292_ Implementation analysis of vtask resume() and xtask resume fromisr() in freeros
JS method to stop foreach
string的底层实现
Make menuconfig has a recipe for target 'menuconfig' failed error
Search map website [quadratic] [for search map, search fan, search book]
[Yu Yue education] higher mathematics of Nanchang University (2) reference materials
Sql: stored procedures and triggers - Notes
GPS从入门到放弃(十三)、接收机自主完好性监测(RAIM)
MongoDB(三)——CRUD
HDU 2008 数字统计
Microsoft technology empowerment position - February course Preview
From campus to Tencent work for a year of those stumbles!
华为在多个行业同时出击,吓人的技术让欧美企业瑟瑟发抖
2020 Bioinformatics | GraphDTA: predicting drug target binding affinity with graph neural networks
Efficiency tool +wps check box shows the solution to the sun problem
GPS从入门到放弃(十九)、精密星历(sp3格式)
Why is the cluster mode of spark on Yan better than the client mode
Broadcast variables and accumulators in spark