I have a report that has been around for years and it only was SQL database-fed text information, one of which was an indicator result.
I have since updated the application to include the ability to take photo of the indicator and save the binary data into the database, as well as any text response.
Now I need to update my report to show an image if there is one, or show the text response if there is no image - all in the same cell/column.
Firstly, do I just grab and send the binary data for the picturebox in the report's table, and how do I show either the image (if not null) or the text in the same cell on each row?
thanks in advance.