How to hide the refresh button on the report viewer control (ASP.NET)

asp.netreporting-servicesreportviewer

I have a strange scenario wherein I am having to delete the data from the table once a report is generated. The data gets uploaded to the table when the user clicks on a "Generate Report" button on the web page.

My problem is that once the report is generated and shown on the report viewer control I don't want the user to click on the "Refresh" button on the ReportViewer pane. Is there a way I can hide it?

Best Answer

Forget it, very stupid of me. Its under "Toolbar" properties on the ReportViewer control. ShowRefreshButton.

Thanks :)

Related Topic