[]
Loads a report snapshot from a given stream.
public static ReportDataSnapshot Load(Stream input)
| Type | Name | Description |
|---|---|---|
| Stream | input | Stream which contains serialized report snapshot data. |
| Type | Description |
|---|---|
| ReportDataSnapshot | Loaded report data snapshot. |