Thanks
Yep am sure Im calling the correct report
Andre
Change watermark
Change watermark
Hello Andre,
Please add to BeforePrintEvent in our report following code:
After then save report and run your application. Report engine show this message box?
Thank you.
Please add to BeforePrintEvent in our report following code:
Code: Select all
MessageBox.Show("I'm here");
Thank you.