FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / Save Method / Save(XmlWriter,Boolean,Boolean,FontEmbedType) 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.
Whether and how to embed fonts into the output stream.

In This Topic
    Save(XmlWriter,Boolean,Boolean,FontEmbedType) Method
    In This Topic
    Saves the current report definition to an XmlWriter object.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal writer As XmlWriter, _
       ByVal embedImages As Boolean, _
       ByVal embedSubReports As Boolean, _
       Optional ByVal embedFonts As FontEmbedType _
    ) 
    public void Save( 
       XmlWriter writer,
       bool embedImages,
       bool embedSubReports,
       FontEmbedType embedFonts
    )

    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.
    embedFonts
    Whether and how to embed fonts into the output stream.
    See Also