Is it possible to have an image in a report bind to an image field in a datasource so I can have a dynamic image in the report? The designer leads me to believe that this is possible, but so far I haven't figured out a way of successfully implementing this.
If it's possible can I get a brief code example? Also if this is not possible, this would be an extremely helpful feature.
Does anyone have any insight into this issue?
Hi Aaron,
If you have a field in the datasource that is a byte[] and drop it in the Report, it will be bound to an Image control. That will work for any DataSource.
The format of the image needs to be supported in the platform you'll run the report. Silverlight only supports JPG and PNG.
Regards,
Andres