On the road again...

The life of a .NET commuter.

Browse by Tags

All Tags » SQL Reporting Services » ASP.Net (RSS)
Render the contents of a ReportViewer control directly to PDF.
Rendering the output of a ReportViewer control (SQL Reporting Services) directly to PDF is fairly easy. It involves simply rendering the Report Viewer output to a byte array, and then pushing it to a MemoryStream object and writing to the Output Stream...
More Posts