FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport Namespace / C1FlexReport Class / Save Method / Save(XmlWriter,Boolean,FontEmbedType) Method
An System.Xml.XmlWriter object where the report definition will be saved.
Whether to embed images and subreports into the output stream.
Indicates how to embed fonts into the output stream.

In This Topic
    Save(XmlWriter,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 embed As Boolean, _
       Optional ByVal embedFonts As FontEmbedType _
    ) 
    public void Save( 
       XmlWriter writer,
       bool embed,
       FontEmbedType embedFonts
    )

    Parameters

    writer
    An System.Xml.XmlWriter object where the report definition will be saved.
    embed
    Whether to embed images and subreports into the output stream.
    embedFonts
    Indicates how to embed fonts into the output stream.
    See Also