How to add an image on reportViewer (rdlc)
Click on the image and press F4, the properties window pops up, under the group data you'll find source choose embeded. To embed images to your report choose report property on the menu (Click on the report if you can't see this), click on Report Images and choose the images you want to embed. Now, In the value property of your image choose the image. Embedded images are ok for small logo files, but for huge bmp files external images work better.
For external
Set the source as external and set the value for external files as the virtual path to the image folder. ex: http://servername/imagefoldername/imagename
Also enable external images in your aspx page
ReportViewer1.LocalReport.EnableExternalImages = True
reference to :
http://forums.microsoft.com/MSDN/ShowPost.aspx?PostID=2149066&SiteID=1