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
Loading Error!!
Loading Error!!
Hello,
Please show the code with which you load your report?
Maybe you should use the following methods:
Thank you.
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();