[]
Loads a report snapshot to the specified input stream.
public static ReportSnapshot Load(Stream input)
| Type | Name | Description |
|---|---|---|
| Stream | input | A Stream object containing the serialized report snapshot data. |
| Type | Description |
|---|---|
| ReportSnapshot | A ReportSnapshot instance representing the loaded report snapshot. |