Page 2 of 2

Designer Event for Preview

Posted: Thu Feb 15, 2007 10:29 am
by Edward
This property is static. So please set it for the class not for the object of the class.

Thank you.

Designer Event for Preview

Posted: Thu Feb 15, 2007 1:39 pm
by jing
In VB .NET
try
AddHandler StimulSoft.Report.Design.StiDesigner, AddressOf MyFunction

Designer Event for Preview

Posted: Thu Feb 15, 2007 3:33 pm
by Vital
Please use following code:

Code: Select all

AddHandler Stimulsoft.Report.Design.StiDesigner.PreviewingReport, AddressOf MyFunction

Designer Event for Preview

Posted: Thu Feb 15, 2007 4:43 pm
by Sandy Pham
Ok, it is in the Feb 12th service pack. I must have forgotten to do a rebuild all when I switched to those DLLs.

Thank you!!!