Watermark using Custom Functions

Stimulsoft Reports.NET discussion
Post Reply
bsilence
Posts: 34
Joined: Wed Feb 13, 2013 12:15 pm

Watermark using Custom Functions

Post 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
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark using Custom Functions

Post 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.
bsilence
Posts: 34
Joined: Wed Feb 13, 2013 12:15 pm

Re: Watermark using Custom Functions

Post by bsilence »

Nice, thank you for your help :)
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Watermark using Custom Functions

Post by HighAley »

Hello.

We are always glad to help you.
Do not hesitate to contact us in future.

Thank you.
Post Reply