How to display image from Parameter of type byte[]
Tasos Savva
Cyprus
Hello
I am trying to pass a logo as a parameter and then show it in the page header of the report. However I could find a way to use that parameter and display the image. I tried using PictureObject but I cannot connect it to a parameter.
Is there a way I can do that?
I am trying to pass a logo as a parameter and then show it in the page header of the report. However I could find a way to use that parameter and display the image. I tried using PictureObject but I cannot connect it to a parameter.
Is there a way I can do that?
Comments
script in frx file
I've tried this and it doesn't show the image either in the designer or in the preview.
No error, but no image either.
My images are being taken from a base64 string stored in a database and converted to an image.
I can see the image in the VB.net debugger and its fine.
I can see the parameter in the report and it says its a bitmap.
But it doesn't show.
in Picture1_BeforePrint Event:
https://mega.nz/#!BodhAQiY!e5Xpmy6W...xbHifOayjNqMCmg