도쿄사는 외노자

Oracle BLOB타입 Image 출력 본문

Tech/iReport

Oracle BLOB타입 Image 출력

Enrai 2015. 9. 24. 18:38

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