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