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

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

    Parameters

    snapshotFile
    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