Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
Tags
- 페이페이
- javascript
- Selenium
- 아타미
- 프라하
- 미츠이 스미토모
- Python
- 三井住友カード
- 熱海
- PayPay
- node.js
- 메르페이
- 뮌헨
- terraform
- 태국
- typescript
- 카마츠루
- pyenv
- 釜つる
- CSV
- vba
- JenkinsFile
- local
- codebuild
- 체코
- duckdb
- react.js
- 방콕
- PostgreSQL
- documentdb
Archives
- Today
- Total
도쿄사는 외노자
Oracle BLOB타입 Image 출력 본문
Oracle (DB)
(BLOB)
JAVA (Form)
Entity
public byte[] ifKaishaLogo;
Getter
public byte[] getIfKaishaLogo() {
return ifKaishaLogo;
}
iReport
Field
- Field Class
ifKaishaLogo
- Field Class
java.lang.Object
Image Property
- Image Expression
net.sf.jasperreports.engine.util.JRImageLoader.loadImage((byte[]) $F{ifKaishaLogo})
- Expression Class
java.awt.Image
※ java.awt.Image로 설정 및 컴파일 후 다시 jrxml파일을 열어보면 java.lang.String이 되어 있다.
이점 유의하여 매번 확인하고 다시 수정할 것.
'Tech > iReport' 카테고리의 다른 글
iReport에서의 BigDecimal 계산 (0) | 2015.10.15 |
---|---|
new line in Text Field (0) | 2015.09.29 |
String을 받아와 포맷 변환 (0) | 2015.09.10 |
Groovy compilation problem while creating report using iReports (0) | 2015.08.14 |
iReportのInstall方法 (0) | 2015.08.05 |