Hello,
I am using Visual Studio Report Viewer control to display an image. Source of image is a jpg/bmp file on local disk. I followed the msdn instructions but still no image shows up in the report viewer.
This is what I did so far. Added a .rdlc control in my project and dropped a picture control on it, and enabled the External Image property of the report viewer control. My data source is a local object and this object contains the location of the image file that I want to show. Still no success even after doing a couple of Refreshes.
I will appreciate that if someone can guide me in the right direction.
Thanks.