Report Builder Image File Path
Posted: Mon 10 Mar 2014 17:35
I want to build a report with a picture in it. My images are stored in two ways: a)as bitmaps in a longblob database field and b)as image file names (PICT_N1.JPG) in a varchar field.
I manage to put the longblob on the report with Picture Box.
However, I want to delete the longblob database field and use the image file name field instead. This allows me to reduce database size and store the images in the file system.
How can I produce a report with an image in it which uses a variable link to pictures in the file system? The picture toolbox allows me only a data binding to the longblob field or a fixed URL with no variables in it.
Thanks for any suggestions!
I manage to put the longblob on the report with Picture Box.
However, I want to delete the longblob database field and use the image file name field instead. This allows me to reduce database size and store the images in the file system.
How can I produce a report with an image in it which uses a variable link to pictures in the file system? The picture toolbox allows me only a data binding to the longblob field or a fixed URL with no variables in it.
Thanks for any suggestions!