Do you know you can export File Name in SSRS Report Viewer in ASP.NET ?

In SQL Server Reporting Services ReportViewer control, if one needs to set up the default file name for Export then in page_load or other appropriate event following line of code will work out setting up the file name !

ReportViewerControl.ServerReport.DisplayName = “YOUR DESIRED NAME”

SSRS Report Viewer in ASP.NET

Export Report Menu

If you liked this article, then please subscribe to our Blog for more updates like this. You can also connect me on Twitter, LinkedIn and GitHub.