Unplanned
Last Updated: 25 Oct 2024 09:12 by Joe
Joe
Created on: 25 Oct 2024 09:12
Type: Bug Report
1
It should be possible to catch the OperationCanceledException thrown when the report rendering is manually stopped

When the report rendering is manually stopped through the Report Viewer, the Release Document request is made, however, it does not wait for the report rendering to be fully canceled, instead, it only sets a flag that it should stop.

The report engine checks for the flag periodically and eventually stops the report rendering, throwing an OperationCanceledException. I need to be able to catch this exception so that I can dispose of the document resources as soon as possible.

0 comments