Crystal Report in ASP.NET - displaying an image

I am using Crystal Report on my website to dynamically generate a PDF for download. This works great. However, now I want to add an image to the report. When I go to the Insert - Image folder, navigate to my image file and click OK, nothing happens that makes me believe I am adding it incorrectly. How can i do this? Also, does the image have to exist on my web server or is it embedded in the report?

+1


a source to share


1 answer


So, are you adding an image to your report through the Crystal Reports Designer?

Is the image in an unsupported format? Try saving it in a different format and adding it again, it might just work!



As far as I know, the image will be included in the report.

+3


a source







All Articles