Watermarks
Hi,
I'm loading a report dynamically at runtime, and would like to add a
watermark to the report under certain conditions, for example if the user
wants to preview an invoice a would like to have the watermark but when they
create the invoice i don't want the watermark.
Also changing the report is not an option because of the number of custom
invoices in use.
Thanks
Adam Stewart.
I'm loading a report dynamically at runtime, and would like to add a
watermark to the report under certain conditions, for example if the user
wants to preview an invoice a would like to have the watermark but when they
create the invoice i don't want the watermark.
Also changing the report is not an option because of the number of custom
invoices in use.
Thanks
Adam Stewart.
This discussion has been closed.
Comments
You can create a page style band and add a label to it manually in effect
giving your reports a watermark. If you are loading multiple templates, you
will need to do so inside the TppTemplate.OnLoadEnd event. Below is an
example of creating a Page Style band in code and adding a label to it.
http://www.digital-metaphors.com/tips/CreatePageStyle.zip
--
Regards,
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
Nico Cizik
Digital Metaphors
http://www.digital-metaphors.com
That was exactly what I was looking for.
Many Thanks
Adam Stewart