APEX 5 - interactive report re-size image
1. Add image column to interactive report
2. Add blob attributes (image column at your report should be primary key for table with blob content)
3. Add Static ID for your image column (f.e. IDP)
4. Add HTML Header in Page Properties
f.e.
<style type="text/css">
td[headers="IDP"] > img
{
width: 150px;
}
</style>
No comments:
Post a Comment