.net core web reporting

Stimulsoft Reports.WEB discussion
Post Reply
FrenkR
Posts: 131
Joined: Mon Jan 05, 2015 12:15 am

.net core web reporting

Post by FrenkR »

Hi,
after a brief checking of .net core solution, I found out, that it is actually implemented as a wrapper arround "js" component. On the other side, "reports.web" has server side rendering engine with some very useful events(callbacks) when rendering pages/before/after printing. These events are a "killer" function when using special logic when rendering reports. For example splitting jobs from one report(eg. print first page to one printer, all others to another printer), custom page (re)sorting before printing, manual handling of copies, mass mailing, etc.. This part is completely missing in ".net core" version.

So, question is, is there any plan to port "reports.web" as a fully compatibile in .net core environment or is only "js" version way to go?

Rgds,
Frenk
Andrew
Posts: 4104
Joined: Fri Jun 09, 2006 3:58 am

Re: .net core web reporting

Post by Andrew »

Dear Frenk,

In version 2017.1 we announced support for the cross-platform technology - .NET Core. Components are represented as a full-featured HTML5 designer and viewer. Support for .NET Core was implemented as a wrapper around JS components but this solution caused some limitations for working with reports.

Following the requests of our clients, we made a decision to port the report engine to .NET Core. This will allow users to work with report objects on the server side - edit, render, export reports and connect data. The release of the updated components is scheduled for the end of 2017 in December.

Thank you.
FrenkR
Posts: 131
Joined: Mon Jan 05, 2015 12:15 am

Re: .net core web reporting

Post by FrenkR »

glad to hear this :)
Thank you.
Alex K.
Posts: 6488
Joined: Thu Jul 29, 2010 2:37 am

Re: .net core web reporting

Post by Alex K. »

Hello

We are always glad to help you!
Please let us know if you need any additional help.

Thank you.
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

Re: .net core web reporting

Post by Vladimir »

Hello,

By this link the beta version of our tool compatible with .NET Core 2.0 is available:
https://www.nuget.org/packages/Stimulsoft.Reports.Mvc

Examples of using can be found in the following repository on GitHub:
https://github.com/stimulsoft/Samples-N ... MVC-CSharp

Thank you.
Post Reply