Is it possible to out put text into the Messages panel from the event editor?
Thanks,
Mat
Message Panel
Message Panel
You can use method WriteToReportRenderingMessages. For example:
This method available only in latest prerelease build of Stimulsoft Reports.Net.
Thank you.
Code: Select all
WriteToReportRenderingMessages("123");
Thank you.