[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Document.PageDocument.SaveSnapshot

SaveSnapshot Method

SaveSnapshot(FileInfo, bool)

Saves document snapshot to the specified file.

Declaration
public void SaveSnapshot(FileInfo snapshotFile, bool isInteractive = false)
Parameters
Type Name Description
FileInfo snapshotFile
bool isInteractive

SaveSnapshot(Stream, bool)

Saves a document snapshot to the specified stream.

Declaration
public void SaveSnapshot(Stream snapshotStream, bool isInteractive = false)
Parameters
Type Name Description
Stream snapshotStream
bool isInteractive