반응형
    
    
    
  바코드를 사용해 보신 분이라면 간단하게 인쇄할 수 있습니다.
1. 2D QR(Quick Response) Code
1~40까지 다양한 버전을 지원하며,  숫자 7,089 자 또는 영숫자 4,296 자를 담을 수 있다. 
1) 데브익스프레스 [Report Controls] 에서 XRBarCode를 리포트 영역으로 가져온다. 
2) 속성 창에서 다음 사항을 설정해 준다. 
     - Symbology : QRCode 
     - CompactionMode : Byte  
     - Version : Version8 
2. Data Matrix (ECC 200)
1) 데브익스프레스 [Report Controls] 에서 XRBarCode를 리포트 영역으로 가져온다. 
2) 속성 창에서 다음 사항을 설정해 준다. 
     - Symbology : DataMatrix 
     - MatrixSize : Matrix52x52 
[참고] https://docs.devexpress.com/XtraReports/11933/detailed-guide-to-devexpress-reporting/use-report-controls/use-bar-codes/qr-code
[참고] https://docs.devexpress.com/XtraReports/11925/detailed-guide-to-devexpress-reporting/use-report-controls/use-bar-codes/ecc200-data-matrix
반응형
    
    
    
  '개발(IT) > DevExpress(WinForm)' 카테고리의 다른 글
| DevExpress Excel 열기 (1) | 2023.12.01 | 
|---|---|
| DevExpress Excel 열기/저장 #1 (0) | 2023.12.01 | 
| DevExpress Form Skins(스킨) 변경하기 저장하고 불러오기 (0) | 2023.11.24 | 
| DevExpress(WinForm) Layout 저장/불러오기 (0) | 2023.11.04 | 
| [GridView] 체크박스(CheckBox)로 사용시 SelectionChanged 처리 (0) | 2023.10.18 |