ASP.NET Core Web API Project Template
Posted: Thu Apr 07, 2022 5:03 pm
Hi,
we're currently evaluating multiple Reporting Tools and "Reports.Web" currently fits the bill better than the other Tools.
The only problem is that I'm failing to modify the examples in such a way that I'm able to integrate it into our main Project.
We're using the "ASP.NET Core Web API Project Template" so there is no cshtml/webroot support.
I tried to modify the following examples to fit my needs (Both with net6.0):
https://publish.stimulsoft.com/#NetCore/Angular
https://publish.stimulsoft.com/#Mvc
The Angular example more closely fits my needs on the server side, but since we are using vue instead of angular I don't know how to integrate that on the client side.
The Mvc example makes it easy to integrate it into the client but uses cshtml/webroot which is not available in our main server side project.
It would be very nice if someone could extend the attached Probject (basically just the default WebApi Template) in such a way that the ReportViewer/ReportDesigner is accessible by the browser either without any client side frameworks or just using vue.
we're currently evaluating multiple Reporting Tools and "Reports.Web" currently fits the bill better than the other Tools.
The only problem is that I'm failing to modify the examples in such a way that I'm able to integrate it into our main Project.
We're using the "ASP.NET Core Web API Project Template" so there is no cshtml/webroot support.
I tried to modify the following examples to fit my needs (Both with net6.0):
https://publish.stimulsoft.com/#NetCore/Angular
https://publish.stimulsoft.com/#Mvc
The Angular example more closely fits my needs on the server side, but since we are using vue instead of angular I don't know how to integrate that on the client side.
The Mvc example makes it easy to integrate it into the client but uses cshtml/webroot which is not available in our main server side project.
It would be very nice if someone could extend the attached Probject (basically just the default WebApi Template) in such a way that the ReportViewer/ReportDesigner is accessible by the browser either without any client side frameworks or just using vue.