Watermarking with JasperReport plugin

Does jasper report plug-in have a watermarking capability, or is this dependent on the report design files that is used? Has anybody done this before with Servoy?

Can 2 jasper reports be merged at runtime in Servoy?

Have a look at Scott’s PDF Pro plugin on ServoyForge of course :)

Thanks for this!

Hi Erikd with iReport you can use the Background band and place an image in it.
You can use a file or a blob field in a database, the latter needs that the Expression Class property be set to java.awt.Image and the Image Expression property to net.sf.jasperreports.engine.util.JRImageLoader.loadImage((byte) $F{myLogoField})
Where myLogoField is the blob field in the db that contains the image.
I hope this helps