Hi Experts,
I need help with a Crystal XI report. I need to add images for each row in my report.
Currently, I display the ItemNumber, ItemDescription, and ItemQty.
The item information is stored in a SQL Server 2008 R2 database.
Here's the query I use for my report:
SELECT ItemNumber, ItemDescription, and ItemQty FROM tblItems
I would like to add images to each row\item. Each image is named after the ItemNumber.
The images are stored in the following file path:
C:\ReportImages\
How can I add the images to my report?
Thank you very much in advance,
mrotor
Crystal ReportsImages and PhotosDB Reporting Tools
mlmcc