ActiveReports 13
Save(Stream) Method

GrapeCity.ActiveReports.Export.Excel Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class > Save Method : Save(Stream) Method

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

Saves the current 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 which to save the workbook. The stream can be of various types, for example, a MemoryStream, or an HttpResponse.OutputStream.

See Also

Reference

Workbook Class
Workbook Members
Overload List