I am doing update but not during the report processing instead just before report invocation. I want to revert this update if there is an error in the report processing.
Ex:
//update statement
//report trigger
And in our case we can't place my update statement after report because report is depends on update statement.
I hope you got point.