[]
Loads report snapshot.
public static T Load<T>(Stream input)
Type | Name | Description |
---|---|---|
Stream | input | Input strem |
Type | Description |
---|---|
T | Snapshot of specified type T |
Name | Description |
---|---|
T | Snapshot Type |
Loads report snapshot.
public static T Load<T>(TextReader textReader)
Type | Name | Description |
---|---|---|
TextReader | textReader | Text reader |
Type | Description |
---|---|
T | Snapshot of specified type T |
Name | Description |
---|---|
T | Snapshot Type |