Images

<< Click to Display Table of Contents >>

Navigation:  Delphi HTML Report Library > Tables >

Images

 

To display an images from the database use standard img tag with src=”data…” parameter .

 

<template-cell>
 <img src=”data:image/bitmap;base64,{{{GRAPHIC}}}”>
</template-cell>