ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Core.Rendering.Data Namespace / ReportSnapshot Class / Save Method
The stream where data have to be written.
If false than aggregate tree will be omitted.

In This Topic
    Save Method (ReportSnapshot)
    In This Topic
    Saves the snapshot to the specified stream.
    Syntax
    'Declaration
     
    Public Sub Save( _
       ByVal output As Stream, _
       Optional ByVal isInteractive As Boolean _
    ) 
    public void Save( 
       Stream output,
       bool isInteractive
    )

    Parameters

    output
    The stream where data have to be written.
    isInteractive
    If false than aggregate tree will be omitted.
    See Also