GrapeCity.ActiveReports.Export.Excel.v9 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.
'Declaration Public Overloads Sub Save( _ ByVal outputStream As System.IO.Stream _ )
public void Save( System.IO.Stream 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.