You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/topics/Reports.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -54,7 +54,7 @@ As a second step, associate the report templates to theme layers to expose the r
54
54
The first case example displays the shorthand syntax for assigning one report template to one layer. The second example displays the syntax for assigning one or more templates to one layer, supporting the following extra options:
55
55
56
56
- `single_report`: If `true`, one report will be compiled and a list of feature IDs will be passed in the report params. If `false`, one report will be compiled for each feature ID, and the result will be a multi-page report (one report per feature). Default is `false`.
57
-
- `format`: The report format, one of `pdf`, `html`, `csv`, `docx`, `ods`, `odt`, `pptx`, `rtf`, `xslsx`, `xml`. Default is `pdf`.
57
+
- `format`: The report format, one of `pdf`, `html`, `csv`, `docx`, `ods`, `odt`, `pptx`, `rtf`, `xlsx`, `xml`. Default is `pdf`.
58
58
59
59
The web client will then display a link to download the report(s) for one or more selected features in the identify results dialog.
0 commit comments