on_after_generate
- on_after_generate(report)
domain: client
language: python
class Report class
Description
The on_after_generate event is triggered by the generate method, when the report has been generated and saved to a file with the name that is stored in the report_filename attribute.
The report parameter is the report that triggered the event.