ReportView
Object
A saved report configuration, including columns, filters, sorting, and aggregations.
Views are created by users or provided as system defaults. Use Query.reportViews to list all views available to the current user, then follow report to load the fully configured Report.
Fields
| Field | Description | Type |
|---|---|---|
id | Opaque identifier for this view. Pass it to `modifyReportView` or `deleteReportView` to manage the view. | ID |
label | Display name for this view. For user-created views this is the name the user chose; for system-provided views it is a translated default label. | String |
report | The `Report` produced by applying this view's saved configuration — columns, filters, sorting, and aggregations are all applied. | Report |