I have an application that prints images using Telerik Reporting and the Telerik.Reporting.PictureBox. Some of these images are very old images and I am getting an error with the Telerik.Reporting.PictureBox when opening the image (a generic error occurred in GDI+). Funny thing, is these images (all tiff images) display in the default Windows Form PictureBox control on a form. With that said, what I would like to do, is to run the report and see a list of images that have an issue in the Telerik.Reporting.PictureBox. The data source only has two fields, the image data and the PrimaryKey to the image. I have tried using the reports "ERROR" event, which works in getting the error from the Telerik.Reporting.PictureBox, however, I don't know how to find out what record pointer the report is looking at so I can get the correct Primary Key value. Can anyone help me with this.
TIA
Mark