[]
Deserializes a Report from a specified JSON file. For internal use only.
public static Report Load(FileInfo file)
| Type | Name | Description |
|---|---|---|
| FileInfo | file | A file containing the JSON data for the report. |
| Type | Description |
|---|---|
| Report | A deserialized Report object. |
Deserializes a Report from a JSON stream.
public static Report Load(Stream input)
| Type | Name | Description |
|---|---|---|
| Stream | input | A Stream containing the JSON data for the report. |
| Type | Description |
|---|---|
| Report | A deserialized Report object. |