[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Core.Rendering.Data.ReportSnapshot.Load

Load Method

Load(Stream)

Loads a report snapshot to the specified input stream.

Declaration
public static ReportSnapshot Load(Stream input)
Parameters
Type Name Description
Stream input

A Stream object containing the serialized report snapshot data.

Returns
Type Description
ReportSnapshot

A ReportSnapshot instance representing the loaded report snapshot.