Cancel long running query
Hello,
Is there any possibilty to cancel long running query?
My report uses stored procedure to get data, but it takes long time to finish, and I want to allow user to cancel it... Best solution is to use existing Cancel button on wait form.
Connection and Datasources are defined inside user report designer (not Visual Studio), and report is dynamically loaded from database when needed...
Thanks.
Is there any possibilty to cancel long running query?
My report uses stored procedure to get data, but it takes long time to finish, and I want to allow user to cancel it... Best solution is to use existing Cancel button on wait form.
Connection and Datasources are defined inside user report designer (not Visual Studio), and report is dynamically loaded from database when needed...
Thanks.
Comments
Sorry, there is no way to do that.