Hello,
I have a table with BLOB field. In the BLOB field is store PNG image with transparent background, I use IMPORT function to import an image to the field. I would like to create a report which shows images from the table. Everything goes well, I have a report, I have defined datasource and so on. When I run report from Nav, Preview is showed and it contains images with transparent background. But when I pres "export to PDF", PDF shows black background in images instead of transparent.
In RDLC layout I use object "Image " with Source="Datasource".
Do you have any experiences with export to PDF?
I also tried export image and use it in the report as external source, but the report shows "missing" image (red cross). What doI have to specify regarding this?
0
Comments
GIFs on the other hand just have a per-pixel color of "Transparent".
You could convert from PNG to GIF at run-time else use GIF for the reports?
Right now, I dont have any function or SDK to convert PNG to GIF. Do you know how to convert it? Or could you recommend me a SDK/DLL for conversion?