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