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
Remove watermark
Hi
Please select 'Report' component in the 'Properties' dialogue window in the Designer and add the following code in the BeginRender event:
Thank you.
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;
Remove watermark
Hi,
Resolved my problem by your help.
Thank you.
Resolved my problem by your help.
Thank you.
Remove watermark
Hello,
We are always glad to help you.
Let us know if you need any additional help.
Thank you.
We are always glad to help you.
Let us know if you need any additional help.
Thank you.