I've added a pictureBox to the header of my report and now I want to add a picture that is in my images folder of my website. So for the Value field I entered "./images/letterhead.jpg" but I get the error below (I've tried variations like "/images/letterhead.jpg" and ".\images\letterhead.jpg", none of them work). It seems like no matter what I type in for the value field it looks on the local C: drive.
An error has occured while processing PictureBox 'pictureBox1':
Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\images\letterhead.jpg'.
An error has occured while processing PictureBox 'pictureBox1':
Could not find a part of the path 'C:\Program Files (x86)\Microsoft Visual Studio 10.0\Common7\IDE\images\letterhead.jpg'.