Page 2 of 2

Change watermark

Posted: Thu May 01, 2008 7:11 am
by Andre2
Thanks
Yep am sure Im calling the correct report
Andre

Change watermark

Posted: Thu May 01, 2008 5:23 pm
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.