Auto Refresh Reports in a User's Browser

  • 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

  • Just discovered the AutoRefresh option in report properties - brilliant - solves everything!

Viewing 2 posts - 1 through 2 (of 2 total)

You must be logged in to reply to this topic. Login to reply