Saves the current report definition to a stream.

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

Syntax

C#
public void Save(
	Stream stream,
	bool embedPics,
	bool embedSubs
)
Visual Basic
Public Sub Save ( _
	stream As Stream, _
	embedPics As Boolean, _
	embedSubs As Boolean _
)

Parameters

stream
Type: System.IO..::..Stream
The stream to save to.
embedPics
Type: System..::..Boolean
Indicates whether to embed images into the output file.
embedSubs
Type: System..::..Boolean
Indicates whether to embed subreports into the output file.

See Also