ComponentOne FlexReport for WinForms
Save(Stream,Boolean,Boolean) Method

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Save Method : Save(Stream,Boolean,Boolean) Method
The stream to save to.
Indicates whether to embed images into the output stream.
Indicates whether to embed subreports into the output stream.
Saves the current report definition to a stream.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal stream As System.IO.Stream, _
   ByVal embedImages As System.Boolean, _
   ByVal embedSubReports As System.Boolean _
) 
public void Save( 
   System.IO.Stream stream,
   System.bool embedImages,
   System.bool embedSubReports
)

Parameters

stream
The stream to save to.
embedImages
Indicates whether to embed images into the output stream.
embedSubReports
Indicates whether to embed subreports into the output stream.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List