This property is static. So please set it for the class not for the object of the class.
Thank you.
Designer Event for Preview
Designer Event for Preview
In VB .NET
try
AddHandler StimulSoft.Report.Design.StiDesigner, AddressOf MyFunction
try
AddHandler StimulSoft.Report.Design.StiDesigner, AddressOf MyFunction
Designer Event for Preview
Please use following code:
Code: Select all
AddHandler Stimulsoft.Report.Design.StiDesigner.PreviewingReport, AddressOf MyFunction
-
- Posts: 62
- Joined: Mon Dec 11, 2006 1:43 pm
- Location: U.S.A.
Designer Event for Preview
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!!!
Thank you!!!