gerardo-lijs / CrystalReportsRunner.Samples

Sample .NET 7 apps using Crystal Reports Runner NuGet packages
11 stars 4 forks source link

Aspnet Core Blazor #7

Open UnknownPerson74 opened 3 weeks ago

UnknownPerson74 commented 3 weeks ago

i work in blazor application, and the crystal report not support in .net core, but i see your library that work with .net core, but it works only for winform or WPF but i want it for ASP.NET core blazor ,can u please provide a solution ??

gerardo-lijs commented 3 weeks ago

Hi, this library is meant for desktop applications (WPF/WinForms) using named pipes. For server side web applications, I would recommend creating a simple API using net48, use Crystal Reports as you would normally do and interact with this API service from your main Web. NET Core app.

UnknownPerson74 commented 3 weeks ago

Can u create a project for me, i don't have much knowledge or experience

gerardo-lijs commented 3 weeks ago

Sorry, but right now creating a web api for Crystal Reports is not something I would like to start in my free time.