cancel
Showing results for 
Search instead for 
Did you mean: 

Automatically save report to pdf

Former Member
0 Kudos

Greetings!

I can export a report to pdf format. But I want to do a little more automation. I want when user press a button report should be saved to user computer with the given name on the given place without asking user.

I mean the report should be saved to C:\MyReports\Report01.pdf .

How could I accomplish it in Visual Studio 2005 by using ASP.NET using c#.

NOTE: code to export to pdf is as

reportdocl.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, false , "Report01.pdf");

Thanks!

M.MaShaAllah

Accepted Solutions (1)

Accepted Solutions (1)

former_member184995
Active Contributor
0 Kudos

That will not happen with a web application. The user has to interact in order to push the pdf down to their pc and save it locally.

Answers (0)