ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.SpreadBuilder Assembly / GrapeCity.SpreadBuilder Namespace / Workbook Class / Save Method / Save(Stream) Method
The output stream to save the workbook data to. The stream might be a MemoryStream, or HttpResponse.OutputStream (for example).

In This Topic
    Save(Stream) Method
    In This Topic
    Saves the current spreadsheet workbook to the specified Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal outputStream As Stream _
    ) 
    public void Save( 
       Stream outputStream
    )

    Parameters

    outputStream
    The output stream to save the workbook data to. The stream might be a MemoryStream, or HttpResponse.OutputStream (for example).
    See Also