Hi,
I'm using EntityDataSource. The context assigned to datasource is not a type class but a dbcontext instance as my application is managing the dbcontext life cycle on its own. Since the report viewer I'm using is HTML 5 viewer, I have not found a way to determine when the report has been rendered completely.
My question is, how can the application be notified when Telerik report rendering is done with the dbcontext, so that it can safely dispose the context.
Thank you in advance.
I'm using EntityDataSource. The context assigned to datasource is not a type class but a dbcontext instance as my application is managing the dbcontext life cycle on its own. Since the report viewer I'm using is HTML 5 viewer, I have not found a way to determine when the report has been rendered completely.
My question is, how can the application be notified when Telerik report rendering is done with the dbcontext, so that it can safely dispose the context.
Thank you in advance.