Hi all,
I have developed SQL Server as a simple reporting engine and users access SSRS reports via their browsers over the network. I would like their browsers to auto refresh after say 60secs to show the updated report and I have used Firefox with the reloadevery addon which works ok but requires the user to enable it every time they open Firefox, I also need a solution for IE.
The easiest way I can think of doing this is inserting a META tag such as the following into the top of each report.
<meta http-equiv="refresh" content="60" />
Is this possible or is there a better way of doing what I want?
Any advice much appreciated.
daz