Issue rendering report and viewing designer

Stimulsoft Reports.WPF discussion
Post Reply
metre2
Posts: 2
Joined: Thu Aug 19, 2010 6:15 am

Issue rendering report and viewing designer

Post by metre2 »

I have a call to Report.Render in my code which works fine until I call Report.Render(True) to show progress.

This generates an error of:

System.Exception: Assembly 'Stimulsoft.Report.Win' is not found

I can't find this assembly within the installation folder so that it can be repackaged for distribution.

This also occurs when calling the designer for the generated report.

Please advise.
Ivan
Posts: 960
Joined: Thu Aug 10, 2006 1:37 am

Issue rendering report and viewing designer

Post by Ivan »

Hello,

Please use the following commands:

Code: Select all

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