# Load(string, out string)

> Load a Report from a JSON file at the specified path.

## Definition

* **Type:** Method
* **Namespace:** [Unity.ProjectAuditor.Editor](/engine/6000.7/script-reference/unity/projectauditor/editor.md)
* **Assembly:** UnityEditor

## Load(string, string)

```csharp
public static Report Load(string path, out string errorMessage)
```

### Parameters

**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): File path of the report to load**** (\[string]\(https\://learn.microsoft.com/dotnet/api/system.string)): Error message if load fails

### Returns

| Type                                                                            | Description            |
| ------------------------------------------------------------------------------- | ---------------------- |
| [Report](/engine/6000.7/script-reference/unity/projectauditor/editor/report.md) | A loaded Report object |
