Hi,
I want to use the CancelationToken after updating to R2 2020 but not sure how can I do that with a way we process reports.
We have Report API (ReportsController) and a custom report resolver (IReportSourceResolver). Custom report resolver returns ReportSource object. The client side is HTML5ReportViewer.
So, for a processing report, exporting, printing we are not using any custom ReportProcessor classes.
How with this architecture, where we are not using programmatically ReportProcessor class, we can use CancelationToken? Is there any event we can subscriber so that cancelation token can be added before processing, exporting or printing reports?
Thanks,