"reports"
Configures the limits for vintage reports. For example, the maximum number of rows that can be exported.
Example
"reports": {
"export": 5000
},
Properties
Property Name
Description
"export": 5000
Determines the maximum number of rows in a report that can be exported as PDF. For example, 5000.
Was this helpful?