lkosson/reportviewercore

MVC Web

DevLob-zz opened this issue · 2 comments

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);

See project ReportViewerCore.Sample.AspNetCore in this repo.

Many thanks great effort