The project I’m currently assigned to, already has an option to generate reports (pdf) which are just streams the binary output of the report generator to the response output stream. Something like this: Dim binReader As New System.IO.BinaryReader(report.ExportToStream()) With Response…