Multiple images
I have a table that has multiple pics for a person. I need to make a report that will show all the pics for that person. Can anyone point me in the right direction?www.helixpoint.com
November 4th, 2010 11:16am
You can create table group on person and add image control in detailed row.
Free Windows Admin Tool Kit Click here and download it now
November 4th, 2010 12:44pm
Hi Helixpoint,
Do you mean these pictures are stored in a table in the database, and you need to display them in a report?
If so, in order to display all picture for a person, we can first add a table control to the report, then add an Image control in the detail row of the table. After that, configure
the Image to bind the data field of picture in the dataset. If more than one person’s pictures stored in the dataset, we also need to add a filter to get pictures for a particular person.
For more information about How to Add a Data-Bound Image, please read:
http://msdn.microsoft.com/en-us/library/ms156342(SQL.100).aspx
About How to Add a Filter, please refer to the link below:
http://msdn.microsoft.com/en-us/library/ee633648.aspx
If you have any question, please feel free to ask.
Thanks,
Tony ChainPlease remember to mark the replies as answers if they help and unmark them if they provide no help
November 8th, 2010 1:47am