MvcReportViewer
MvcReportViewer copied to clipboard
Rendering a report as a byte[]
trafficstars
Both local and remote reports have a type that looks to be able to exist WITHOUT the instantiation of an instance of Microsoft.Reporting.WebForms.ReportViewer. It looks like LocalReport and ServerReport can be instantiated directly and their "Render" methods invoked without the ReportViewer instance. I'll be updating the implementation of ReportRunner to reflect that simpler approach, barring any push-back from the project owner.