Hi, I want to display a image from a datatable to a report.
I create a column of type image:
dtData.Tables[0].Columns.Add("BarCodeImage", typeof(Image));
Then in the report I add this column but I don't see nothing.
I'm using VS2019 and c#.
Any idea?
Thanks