I\'ve got an ASP.NET web page that is a dynamically generated report. For business reasons, this exact report needs to be produced as a PDF. What\'s the best way to do this?
If the report is a grid (probably is), this blog post using iTextSharp may help. iTextSharp is good and the most complete PDF API for C# that I've seen.