当前位置:网站首页>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信息並打印
边栏推荐
- Search element topic (DFS)
- Record the process of cleaning up mining viruses
- Uni app app half screen continuous code scanning
- [10:00 public class]: basis and practice of video quality evaluation
- MySQL removes duplicates according to two fields
- bat脚本学习(一)
- Enhance network security of kubernetes with cilium
- The role of applicationmaster in spark on Yan's cluster mode
- Codeforces Round #274 (Div. 2) –A Expression
- Sparkshuffle process and Mr shuffle process
猜你喜欢
随机推荐
Problems in the process of opencv300 cmake generating project
MongoDB(三)——CRUD
PostgreSQL modifies the password of the database user
MPLS experiment
GPS从入门到放弃(十六)、卫星时钟误差和卫星星历误差
Aggregate function with key in spark
Unity3D学习笔记6——GPU实例化(1)
zabbix 代理服务器 与 zabbix-snmp 监控
Adjustable DC power supply based on LM317
Yyds dry goods inventory C language recursive implementation of Hanoi Tower
Guava: three ways to create immutablexxx objects
Sequoia China, just raised $9billion
Mysql相关术语
Qt | UDP广播通信、简单使用案例
Sql: stored procedures and triggers - Notes
插入排序与希尔排序
Force buckle 575 Divide candy
Force deduction question 500, keyboard line, JS implementation
保存和检索字符串
[MySQL] online DDL details