Page 1 of 1

Remove watermark

Posted: Sat Oct 17, 2009 2:59 am
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.

Remove watermark

Posted: Mon Oct 19, 2009 3:04 am
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.

Remove watermark

Posted: Wed Nov 04, 2009 10:58 pm
by mgorgin
Hi,
Resolved my problem by your help.
Thank you.

Remove watermark

Posted: Thu Nov 05, 2009 10:34 am
by Ivan
Hello,

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

Thank you.