I'd like to resize displayed image in my report region, but can't with attributes. There is a lack of documents about this, so I can't figure out what causes effect with which image could be resized.
This is my sql report:
select
dbms_lob.getlength("IMAGE_PROFILE") "IMAGE_PROFILE"
from "#OWNER#"."EH_PROFILE"
Field IMAGE_PROFILE is BLOB and already saved and image. Image is displayed, but in original size. I'd like make it smaller.


Default for STYLE is 1000x1000 px, I changed them to 100x100 without wffect.
Thanks for help.