I have a database field that has where the image is stored.
I am using Will Gorman's book Pentaho Reporting 3.5 for Java Developers.
It says:
To add dynamic images to your report use the content-field report element. THe content field accepts different type of image inputs for rendering......
If you have a field that contains a URL or file system location to your image, the content-field element will render the specified image.
I have tried my field two ways:
1) as //server/images/pic.jpg
2) as mapped drive on server. X:\images\pic.jpg
It will not render the picture.
Static Pictures will work (I tried using a formula to populate the name field in a static pic but that does not work either).
Any help is greatly appreciated.


Reply With Quote
