# reports

> Returns all currently available reports in a new array.

## Definition

* **Type:** Property
* **Namespace:** [UnityEngine](/engine/6000.6/script-reference/unityengine.md)
* **Assembly:** UnityEngine.CoreModule

```csharp
public static CrashReport[] reports { get; }
```

### Remarks

Additional Resources: [CrashReport.lastReport](/engine/6000.6/script-reference/unityengine/crashreport/lastreport.md).
