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.
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.
You can do this with ReportViewer Control(with LocalReport.Render Method), check "Email a report" example at the http://www.gotreportviewer.com/