Watermark????

Stimulsoft Reports.NET discussion
Post Reply
abhi0410
Posts: 47
Joined: Fri Sep 26, 2008 12:42 pm
Location: bombay

Watermark????

Post 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.....
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Watermark????

Post by Vital »

Hello,

For example:

Code: Select all

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