views:

2254

answers:

1

Hi, does anyone know if you can programatically save a report shown in a reportviewer control in c#?

When a report is shown there are export to buttons and i would like to automate the saving to PDF function.

+2  A: 

You can do this with ReportViewer Control(with LocalReport.Render Method), check "Email a report" example at the http://www.gotreportviewer.com/

Mike Chaliy
thanks a lot, I am looking for this
frameworkninja