Print an SSRS report to disk from Winforms or ASP.NET
* This article, and all our great .NET Development documentation, Is available on the .NET Development menu
This is a short piece of 'proof of concept' code that shows how to print an SSRS report to disk. Our example was coded in a winforms application, but it should work unmodified in ASP.NET. The ReportParameter allows you to pass parameter(s).
|