Any way to programmatically set the auto refresh of a report in the ReportViewer?

I know you can set the auto refresh interval in the design of the report itself, but what I am trying to do is allow the user to set / change this interval by himself in a web application (ASP.NET) that uses the ReportViewer Control. Is there a way to do this?

+1


source to share


1 answer


If you are reporting via a page, you can use a simple HTTP meta tag to refresh the page. META REFRESH



+1


source







All Articles