Message Panel

Stimulsoft Reports.NET discussion
Post Reply
mmurdock
Posts: 94
Joined: Tue Mar 20, 2007 4:59 pm

Message Panel

Post by mmurdock »

Is it possible to out put text into the Messages panel from the event editor?

Thanks,

Mat
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Message Panel

Post by Vital »

You can use method WriteToReportRenderingMessages. For example:

Code: Select all

WriteToReportRenderingMessages("123");
This method available only in latest prerelease build of Stimulsoft Reports.Net.

Thank you.
Post Reply