ActiveReports 9
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 System.IO.Stream _
) 
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.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Workbook Class
Workbook Members
Overload List

 

 


Copyright © 2014 GrapeCity, inc. All rights reserved

Support Forum