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.
From stackoverflow
-
You can do this with ReportViewer Control(with LocalReport.Render Method), check "Email a report" example at the http://www.gotreportviewer.com/
frameworkninja : thanks a lot, I am looking for this
0 comments:
Post a Comment