views:

788

answers:

1

Hi

I need to export a few (could be just one or more than one) Microsoft Charts to a PDF and Excel. It needs to happen on a button click and the charts should be directly exported to a PDF without getting rendered onto a web page.

Environment used: ASP.NET

Please suggest the approach to achieve this.

cheers

+2  A: 

Here is an example: Microsoft Chart Controls to PDF with iTextSharp and ASP.NET MVC

Rubens Farias