Hi There,
I implemented some reports with parametric queries. Like start date, end date etc.. In addition, I am showing the selected report inside of Radwindow.
So they can see selected parameters when they close radwindow or make some changes on parameters.
Here is the problem, a user selects a report and report takes some time to load. Then,the user is closing the radwindow and changing date time parameter for example and press render button again. However the previous report request still processing and not terminated. I noticed that from SQL Server side. When the old one is completed new request is starting rendering. Therefore page is handling and waiting to finish other other window.
So I am looking a way do stop processing of old report render request if they close radwindow.
Is there any idea that help me?
Thanks
I implemented some reports with parametric queries. Like start date, end date etc.. In addition, I am showing the selected report inside of Radwindow.
So they can see selected parameters when they close radwindow or make some changes on parameters.
Here is the problem, a user selects a report and report takes some time to load. Then,the user is closing the radwindow and changing date time parameter for example and press render button again. However the previous report request still processing and not terminated. I noticed that from SQL Server side. When the old one is completed new request is starting rendering. Therefore page is handling and waiting to finish other other window.
So I am looking a way do stop processing of old report render request if they close radwindow.
Is there any idea that help me?
Thanks