[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.DataProcessing.Persistence.SnapshotSerializer.Load

Load Method

Load<T>(Stream)

Loads report snapshot.

Declaration
public static T Load<T>(Stream input)
Parameters
Type Name Description
Stream input

Input strem

Returns
Type Description
T

Snapshot of specified type T

Type Parameters
Name Description
T

Snapshot Type

Load<T>(TextReader)

Loads report snapshot.

Declaration
public static T Load<T>(TextReader textReader)
Parameters
Type Name Description
TextReader textReader

Text reader

Returns
Type Description
T

Snapshot of specified type T

Type Parameters
Name Description
T

Snapshot Type