To use a databound image, just make sure the image field or column is of type byte [].
Using filenames to access images is not supported. But you can walk around by loading the images from files to the data table column as byte array.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you have issues when creating a report design, please ask a question
How to use a DATABOUND Image
I am using a datatable as my data souce
and one column is the LOGO "filename" on the drive
Is that correct ?
To use a databound image, just make sure the image field or column is of type byte [].
Using filenames to access images is not supported. But you can walk around by loading the images from files to the data table column as byte array.