Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

Data Report Designer Image Control

Hello,
I have an image control on a report. It is in a grouping. I have the filename of a picture in a datafield in the recordset that is being used on the data report.
When running the report, I would like the image control that is in the grouping to be loaded with the picture that is in the picture datafield located in that grouping. This way, each record that is displayed on the report will have a little picture of the item, that record/grouping is describing.

I have no problem loading an image into an image control in code. The problem is for every record displayed, the same pic is showed, not the pic that is saved in that records/grouping picture datafield.

Thanks ahead for any help.

Aaron
[741 byte] By [Filbert] at [2007-11-11 8:09:44]
# 1 Re: Data Report Designer Image Control
Can you post your code, so we can see what's happening?
Benjamin at 2007-11-11 17:25:54 >
# 2 Re: Data Report Designer Image Control
Hello,
I guess what I'm asking, is it even possible to bind an image control to a datafield, so for each record group displayed, the image matches that group.

Thanks
Aaron
Filbert at 2007-11-11 17:26:51 >