Search found 2 matches

by dsibinski
Mon Sep 27, 2021 7:26 am
Forum: Stimulsoft Reports.WEB
Topic: Report loaded from string not shown in the Viewer
Replies: 3
Views: 1473

Re: Report loaded from string not shown in the Viewer

Hi again,
thanks for answering. Finally, I solved my issue. I was using

Code: Select all

StiMvcDesigner.GetReportResult(report)
instead of

Code: Select all

StiMvcViewer.GetReportResult(report)
😉 Copy-paste issue 😀
by dsibinski
Mon Sep 06, 2021 5:19 am
Forum: Stimulsoft Reports.WEB
Topic: Report loaded from string not shown in the Viewer
Replies: 3
Views: 1473

Report loaded from string not shown in the Viewer

Hi! I'm currently investigating a migration from Reports.WPF to Reports.WEB for a customer. Currently, we create some reports in the WPF designer and save their definitions as strings in the database. I'm now trying to use Stimulsoft Reports.Web in our ASP.NET MVC 5 app. I installed all packages and...