Messages Box

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

Messages Box

Post by mmurdock »

Is there a way to write information to the messages pane within the designer?

Thanks,

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

Messages Box

Post by Vital »

You can use following code:

Code: Select all

StiMessagesPanelService.GetService(designer).WriteMessage("123");
This code work only for build starts from 18 May.

Thank you.
mmurdock
Posts: 94
Joined: Tue Mar 20, 2007 4:59 pm

Messages Box

Post by mmurdock »

Thanks,

Mat
Post Reply