lkosson / reportviewercore

Recompilation of Microsoft.ReportViewer for .NET Core 3.1+
427 stars 123 forks source link

MVC Web #173

Closed DevLob-zz closed 10 months ago

DevLob-zz commented 10 months ago

is this working with MVC .net core also as i see you mention WinForm only also how to initialize Stream reportDefinition; // your RDLC from file or resource // Assuming the namespace of your project is "YourNamespace" LocalReport1 report = new LocalReport1(); report.LoadReportDefinition(reportDefinition);

lkosson commented 10 months ago

See project ReportViewerCore.Sample.AspNetCore in this repo.

DevLob-zz commented 10 months ago

Many thanks great effort