ReportOptions
Report Options
Fields
Field | Description |
---|---|
excelpagewidth
int
(required) |
The pagesize for the report when exported as Excel. Example value:500 |
excelscaling
decimal
(required) |
Excel-specific option for scaling the width Example value:1.200000 |
pdfpagesize
string
(required) |
The pagesize for the report: A4 landscape, Letter landscape, … Example value:"A4 landscape" |
usesystemfont
bool
(required) |
Indicates if a system font should be used. |
Example
1{
2 "excelpagewidth": 500,
3 "excelscaling": 1.200000,
4 "pdfpagesize": "A4 landscape",
5 "usesystemfont": false
6}