This is what I want to do:
I have a dataset containing one single table which contains one single
column which can take the values of 0, 1 or 2.
Also, I have a report which is assigned that dataset.
If I want the report to show this values(0, 1 or 2) it works, but I want to
display an associeted image for these values instead of the values. The
image files are stored on my hard disk
Does anybody know how to do that ?