================= on_after_generate ================= .. py:function:: on_after_generate(report) **domain**: client **language**: python **class** :doc:`Report class ` Description =========== The **on_after_generate** event is triggered by the :doc:`generate ` method, when the report has been generated and saved to a file with the name that is stored in the :doc:`report_filename ` attribute. The **report** parameter is the report that triggered the event. See also ======== :doc:`Programming reports ` :doc:`generate `