Designer Event for Preview

Stimulsoft Reports.NET discussion
Edward
Posts: 2913
Joined: Fri Jun 09, 2006 4:02 am

Designer Event for Preview

Post by Edward »

This property is static. So please set it for the class not for the object of the class.

Thank you.
jing
Posts: 50
Joined: Fri Jan 26, 2007 12:47 am
Location: New Zealand

Designer Event for Preview

Post by jing »

In VB .NET
try
AddHandler StimulSoft.Report.Design.StiDesigner, AddressOf MyFunction
Vital
Posts: 1278
Joined: Fri Jun 09, 2006 4:04 am

Designer Event for Preview

Post by Vital »

Please use following code:

Code: Select all

AddHandler Stimulsoft.Report.Design.StiDesigner.PreviewingReport, AddressOf MyFunction
Sandy Pham
Posts: 62
Joined: Mon Dec 11, 2006 1:43 pm
Location: U.S.A.

Designer Event for Preview

Post 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!!!
Post Reply