FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.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.

In This Topic
    Save(XmlWriter,Boolean,Boolean) 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 _
    ) 
    public void Save( 
       XmlWriter writer,
       bool embedImages,
       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