MVC Web
DevLob-zz opened this issue · 2 comments
DevLob-zz commented
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
See project ReportViewerCore.Sample.AspNetCore in this repo.
DevLob-zz commented
Many thanks great effort