Page 1 of 1

Watermark????

Posted: Wed Oct 15, 2008 5:27 am
by abhi0410
how to write the watermark text from my .CS file??????

bascically i am trying to change the watermark text from my code behind page in my application...but i am not getting the property....

How to do this????

Its urgent....
Thanks.....

Watermark????

Posted: Wed Oct 15, 2008 6:37 am
by Vital
Hello,

For example:

Code: Select all

report.Pages[0].Watermark.Text = "123";
Thank you.