Saves the current document to a stream.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public void Save(
	Stream stream
)
Visual Basic
Public Sub Save ( _
	stream As Stream _
)

Parameters

stream
Type: System.IO..::..Stream
The target stream.

See Also