ActiveReports 19 .NET Edition
MESCIUS.ActiveReports Assembly / GrapeCity.ActiveReports.Document Namespace / PageDocument Class / SaveSnapshot Method / SaveSnapshot(Stream,Boolean) Method

In This Topic
    SaveSnapshot(Stream,Boolean) Method
    In This Topic
    Saves a document snapshot to the specified stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveSnapshot( _
       ByVal snapshotStream As Stream, _
       Optional ByVal isInteractive As Boolean _
    ) 
    public void SaveSnapshot( 
       Stream snapshotStream,
       bool isInteractive
    )

    Parameters

    snapshotStream
    isInteractive
    Remarks
    This method should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
    See Also