Hi,
I use sql reporting services in a C# windows form application.
I made 3 reports which i use in the application.
I tried to use each report several times during the application, i.e. - I filled
in the report with parameters and DB data at first during the running of the application, and created a mhtml file from the report.
when I tried to use the same report in the same running time of the application , but with different data and different parameters, I saw that the report I get is the first report I made, with the old data and old parameters although the data in the DB has changed and the parameters I gave the report have changed.
If I restart the application, the phenomenon returns: the first time I use the report
it's OK, but from that moment nometer what changes I'll made in the parameters and DB data when I'll use this report, I will always see the fist data and parameters I used, untill i'll restart the application.
Is there a way to dill with this issue
Can I maybe clear the report data, or reload it from the application
without restart the application somehow
Thanks

Sql Reporting Services Question
JT Snake
Brian Welcker
SQL Server Reporting Services
Amer 570
The SQL 2000 URL parameter is rs:ClearSession=True, although I don't think it is working in SQL 2005 yet.
psique
Is it possible to refresh the report ex. every 30 minutes
I would like to place a report on a screen and automatically call a full refresh timed on 30-minute intervals
Leo
Mike81
using
GetProperties .ReportingServices;Jim815
BTW, this would probably be more visibile in the new Reporting Services forum.
davherb
Tiadd4
Thanks!