ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / Save Method / Save(XmlTextWriter,Boolean) Method
An System.Xml.XmlTextWriter object where the report definition will be saved.
Whether to embed images and subreports into the output stream.

In This Topic
    Save(XmlTextWriter,Boolean) Method
    In This Topic
    Saves the current report definition to an XmlTextWriter object.
    Syntax
    'Declaration
     
    Public Overloads Sub Save( _
       ByVal writer As XmlTextWriter, _
       ByVal embed As Boolean _
    ) 
    public void Save( 
       XmlTextWriter writer,
       bool embed
    )

    Parameters

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