How to set path of Project folder in crystal repor

2019-09-09 01:43发布

问题:

I want to change image in my crystal report dynamically in my Asp.net Project. So I used Picture field and set the path in "Graphic Location".

It's working fine when I give the path of external image like this "F:\abc.jpg".

But I want to give the path of image which is inside my project let's say I have a folder in my project "Images" which contains all images. So I want to set path like this "Images/abc.jpg"

How can I do this ?