ActiveReports Developer 7
Save(Stream) Method
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class > Save Method : Save(Stream) Method

outputStream

The output stream to which to save the workbook. The stream can be of various types, for example, a MemoryStream, or an HttpResponse.OutputStream.

Glossary Item Box

Saves the current workbook to the specified stream.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Save( _
   ByVal outputStream As System.IO.Stream _
) 
C# 
public void Save( 
   System.IO.Stream outputStream
)

Parameters

outputStream

The output stream to which to save the workbook. The stream can be of various types, for example, a MemoryStream, or an HttpResponse.OutputStream.

See Also