In case you need to do some actions on client side after saving the report like show some beautiful dialog from your code or do redirect to the other page you can use following techniques. 1) you can use the following code: 1 2 3 4 5 6 7 8 const eventName = 'save_success'...