Jam.py documentation

print

print(create_form)

domain: client

language: javascript

class Report class

Description

Use print to print the report.

If create_form parameter is omitted or equals true, the method calls the create_param_form method to create a form based on the html template defined in the index.html file.

If create_form parameter is set to false and the report has no visible parameters, it calls process_report to send request to server to generate the report, otherwise it calls create_param_form method.