Remove watermark

Stimulsoft Reports.NET discussion
Post Reply
mgorgin
Posts: 27
Joined: Wed Jun 18, 2008 2:06 am

Remove watermark

Post by mgorgin »

Hello ,
I added a image as watermark in my report by code and save report. I will remove it from report now. But I can not.

please help me.

Thank you.
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Remove watermark

Post by Edward »

Hi

Please select 'Report' component in the 'Properties' dialogue window in the Designer and add the following code in the BeginRender event:

Code: Select all

Page1.Watermark.Image = null;
Thank you.
mgorgin
Posts: 27
Joined: Wed Jun 18, 2008 2:06 am

Remove watermark

Post by mgorgin »

Hi,
Resolved my problem by your help.
Thank you.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Remove watermark

Post by Ivan »

Hello,

We are always glad to help you.
Let us know if you need any additional help.

Thank you.
Post Reply