I can not find StiWpfDesigner.SavingReport and StiWpfDesigner.LoadingReport

Stimulsoft Reports.WPF discussion
Post Reply
stehwn
Posts: 22
Joined: Wed Jul 08, 2009 8:20 am

I can not find StiWpfDesigner.SavingReport and StiWpfDesigner.LoadingReport

Post by stehwn »

Hi,

just downloaded the current version (Assembly Stimulsoft.Report.WpfDesign, Version 2010.2.800.0).

I can not find the events for intercepting saving and loading.
Doc says:

StiWpfDesigner.SavingReport
StiWpfDesigner.LoadingReport

But they do not exist ????

Best Regards
Steffen
Jan
Posts: 1265
Joined: Thu Feb 19, 2009 8:19 am

I can not find StiWpfDesigner.SavingReport and StiWpfDesigner.LoadingReport

Post by Jan »

Hello Steffen,

Please use following events instead:

Code: Select all

StiOptions.Engine.GlobalEvents.SavingReportInDesigner
StiOptions.Engine.GlobalEvents.LoadingReportInDesigner
Also events which described in documentation will be avaiable in 2010.3.900 (Dec, 1).

Thank you.
stehwn
Posts: 22
Joined: Wed Jul 08, 2009 8:20 am

I can not find StiWpfDesigner.SavingReport and StiWpfDesigner.LoadingReport

Post by stehwn »

Thanks for the answer!

I think this is the very first time I come across a documentation that is so up-to-date.
Normally docs are way behind the actual product.


Best Regards
Steffen
Andrew
Posts: 4108
Joined: Fri Jun 09, 2006 3:58 am

I can not find StiWpfDesigner.SavingReport and StiWpfDesigner.LoadingReport

Post by Andrew »

Hello,

We will try to keep documentation up-to-date for all next releases we will have. After the release 2010.3 some new and updated topics will be added.

Thank you.
Post Reply