Change watermark

Stimulsoft Reports.NET discussion
Andre2
Posts: 47
Joined: Thu Jan 24, 2008 12:30 am
Location: Australia

Change watermark

Post by Andre2 »

Thanks
Yep am sure Im calling the correct report
Andre
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Change watermark

Post by Vital »

Hello Andre,

Please add to BeforePrintEvent in our report following code:

Code: Select all

MessageBox.Show("I'm here");
After then save report and run your application. Report engine show this message box?

Thank you.
Post Reply