Skip to Content
Меню
Вам необхідно зареєструватися, щоб взаємодіяти зі спільнотою.
Це запитання позначене
1 Відповісти
4462 Переглядів

How can I put an image in a RML. Report??

Аватар
Відмінити
Найкраща відповідь

Assuming you have the image stored as binary data in a picture_data field/column, here's how to display it on a RML:

<illustration width="250" height="190">
     <image x="5" y="5" width="240" height="180">[[ o.picture_data ]]</image>
</illustration>
Аватар
Відмінити