Xataface HTML Reports Module 0.2
HTML Reports Module for Xataface
|
HTTP handler to view a specified report. More...
Public Member Functions | |
handle ($params) |
HTTP handler to view a specified report.
Access to this action is dictated by the report permission. The report permission can be set in the edit form for the report.
Parameter Name | Parameter Description | Example Input | Required |
---|---|---|---|
-table | The name of the table on which the template is designed to run. | transactions | Yes |
-action=htmlreports_view_port | Specifies this action | N/A | Yes |
--report-id | The ID of the report that should be used to render the set. | 10 | Yes |
--view | The view mode to view this report in. (one of 'list', 'details', or 'table'). If this is omitted, the Default View setting of the report will be used.
| list | No |
This handler will return a text/html page with the result set defined by the HTTP request rendered using the specified report template.
Definition at line 76 of file htmlreports_view_report.php.
handle | ( | $ | params | ) |
Definition at line 78 of file htmlreports_view_report.php.