Loading Error!!

Stimulsoft Reports.WPF discussion
Post Reply
james
Posts: 6
Joined: Tue May 05, 2009 4:08 am

Loading Error!!

Post by james »

hi
i use Stimulsoft.Report.WPF in a browser wpf application.
also is have added these assembly references:
Stimulsoft.Base, Stimulsoft.Report, Stimulsoft.Wpf and Stimulsoft.Report.Win; but when i want to
load my report in StiWpfViewerControl, i get this error:
Assembly 'Stimulsoft.Report.Win' is not found

please advice
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Loading Error!!

Post by Alex K. »

Hello,

Please show the code with which you load your report?
Maybe you should use the following methods:

Code: Select all

report.RenderWithWpf(true);
report.ShowWithWpf();
Thank you.
Post Reply