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

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport Namespace > C1FlexReport Class > Save Method : Save(XmlWriter,Boolean,Boolean) Method
An System.Xml.XmlWriter object where the report definition will be saved.
Whether to embed images into the output stream.
Whether to embed subreports into the output stream.
Saves the current report definition to an XmlWriter object.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal writer As System.Xml.XmlWriter, _
   ByVal embedImages As System.Boolean, _
   ByVal embedSubReports As System.Boolean _
) 
public void Save( 
   System.Xml.XmlWriter writer,
   System.bool embedImages,
   System.bool embedSubReports
)

Parameters

writer
An System.Xml.XmlWriter object where the report definition will be saved.
embedImages
Whether to embed images into the output stream.
embedSubReports
Whether to embed subreports into the output stream.
See Also

Reference

C1FlexReport Class
C1FlexReport Members
Overload List