MvcReportViewer icon indicating copy to clipboard operation
MvcReportViewer copied to clipboard

Rendering a report as a byte[]

Open ilich opened this issue 9 years ago • 1 comments
trafficstars

ilich avatar Mar 09 '16 17:03 ilich

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.

ericburcham avatar Mar 14 '16 21:03 ericburcham