=============== report_filename =============== .. py:attribute:: report_filename **domain**: client **language**: python **class** :doc:`Report class ` Description =========== When the :doc:`template ` attribute of the report is specified, the :doc:`generate ` method saves the content of the generated report to a file in a report folder of the static directory and set the value of the **report_filename** attribute to the name of the saved file. Its value can be used in the :doc:`on_after_generate ` event handler. See also ======== :doc:`Server-side report programming ` :doc:`generate `