I designed a rdlc report. In that I embedded one image, say logo.
But I accidently deleted the orginal image in orginal location.
Now I am trying to resave the Logo from rdlc report.
In which location this rdlc’s embedded image is getting stored?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The image is not stored in a physical location but in the rdl file itself. If you open the rdl file, you would find tag . It has been mentioned here.
There are a few ways of saving the image. It has already been answered in this question.
Hope this helps.