======== template ======== .. py:attribute:: template **domain**: client **language**: python **class** :doc:`Report class ` Description =========== The **report_filename** attribute stores a file name of the report template. Usually it is set in the Application builder when the report is created. But it can be changed dynamically on the server in the :doc:`on_before_generate ` event handler or be empty, if it's necessary to create, for example, some **txt** file. See also ======== :doc:`Report templates ` :doc:`Creating a report ` :doc:`Server-side report programming `