Displaying external images in a local report....
I want to display an image in a report from an external resource, rather than an embedded one, because the image is updating every so often*, however it only appears when the image is set as an embedded resource. I have tried both http://, file:/. The most annoying this is that it appears in the design view.
Getting frustrated.
*(if anyone knows how to draw directly to a report rather than what I am doing which is drawing to a picturebox, saving it as a bmp and then trying to load that image into a report, I'll be much appreciated)