Groups | Blog | Home
all groups > sql server reporting services > may 2006 >

sql server reporting services : Realtime/streaming data


David
5/13/2006 3:50:01 PM
Is there a way to update data on a reporting services report without having
the user click the refresh button? I am wanting to show realtime stock
quotes in a reporting services report and update stock quotes as they come in
without having to call the refrsh method in the report viewer or having the
user have to click the refrsh button. I am using the report viewer component
in a C# winforms app.
Joe
5/14/2006 12:00:00 AM
Use the timer object in the C# winform and refresh the control. You could
have it refresh every minute or 30 sec - but anything more 'real time' than
that - Reporting Services is probably not a real good solution.


[quoted text, click to view]

Mark
5/14/2006 8:10:22 PM
If you're using RS 2005 you can set the "Autorefresh" for the report
property to the desired refresh interval. It worked in VS preview and
in the the web browser. So I wouild think if you are using the report
viewer control the autorefresh would work there to.

On Sat, 13 May 2006 15:50:01 -0700, David
[quoted text, click to view]
David
5/15/2006 10:06:02 AM
Thanks for trying guys. As I said in my initial email I want to update
values on the report without the report refreshing as a refresh is annoying
to the user and takes you back to the beginning of a report given you are in
backend pages of the report...

[quoted text, click to view]
AddThis Social Bookmark Button