I inserted an image from the web into a BIRT report using an URL in Eclipse, but it doesn't work. It displays a little red X on the Layout screen, and if I choose Run/View Report/As PDF it says "The resource of this report item is not reachable."
What is the problem here? I have googled for hours but found nothing.
Thanks in advance for any help!
Try adding image from web which you can access via your browser. That way you'll assure yourself you don't have problems with accessing your image via URI.
For example add this URL
and you see the image in your report:
Other way to include your image as embedded image in report file. On this snippet
you can see how to add image to your report file. After you do it, bind your image element which displays little red icon with your embedded image. Do this by double clicking the image element on report and from dialogue which will popup chose embedded image.
From this second snippet, you see that you can include image from Shared resources which comes in handy if you have more reports with same image on it. For instance logo of your client, your company logo etc.