Page 1 of 1
Watermark using Custom Functions
Posted: Tue Jul 02, 2013 9:38 am
by bsilence
Hello,
Is there a way to enable or disable the watermark using variables or custom functions?
Thank you for your help.
Best Regards.
Bruno Fernandes
Re: Watermark using Custom Functions
Posted: Tue Jul 02, 2013 10:24 am
by HighAley
Hello, Bruno.
bsilence wrote:Is there a way to enable or disable the watermark using variables or custom functions?
You could disable watermark with next code:
Code: Select all
report.Pages[0].Watermark.Enabled = false;
Thank you.
Re: Watermark using Custom Functions
Posted: Tue Jul 02, 2013 11:09 am
by bsilence
Nice, thank you for your help

Re: Watermark using Custom Functions
Posted: Tue Jul 02, 2013 12:57 pm
by HighAley
Hello.
We are always glad to help you.
Do not hesitate to contact us in future.
Thank you.