I am looking to execute a stored procedure after a report has finished rendering.
Scenrio:
Using HTML5 Report Viewer and dynamically passing the report to open in the viewer. Not all reports will execute a stored proc after report completes rendering.
If familiar with Oracle Reports this would mimic the functionality of an After Report Trigger..
Is there anyway using .net core C# code to do this in a library ?