ActiveReports 12
Save Method (ReportDataSnapshot)

GrapeCity.ActiveReports.v12 Assembly > GrapeCity.ActiveReports Namespace > ReportDataSnapshot Class : Save Method
The stream where data have to be writen.
The serialization options.
Saves the snapshot to the specified stream.
Syntax
'Declaration
 
Public Sub Save( _
   ByVal output As Stream, _
   Optional ByVal options As PersistOptions _
) 
public void Save( 
   Stream output,
   PersistOptions options
)

Parameters

output
The stream where data have to be writen.
options
The serialization options.
See Also

Reference

ReportDataSnapshot Class
ReportDataSnapshot Members