---
title: allReports
framework: corehid
role: symbol
role_heading: Type Property
path: corehid/hidreportid/allreports
---

# allReports

A convenient definition that represents every possible report ID.

## Declaration

```swift
static let allReports: ClosedRange<HIDReportID>
```

## Discussion

Discussion This can be useful when specifying the report IDs to monitor in monitorNotifications(reportIDsToMonitor:elementsToMonitor:).
