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

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

    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.
    See Also