ComponentOne Reports for WPF
C1.C1Report Namespace / C1Report Class / Save Method / Save(XmlTextWriter,Boolean,Boolean) Method
An System.Xml.XmlTextWriter 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(XmlTextWriter,Boolean,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 embedPics As Boolean, _
       ByVal embedSubs As Boolean _
    ) 
    public void Save( 
       XmlTextWriter writer,
       bool embedPics,
       bool embedSubs
    )

    Parameters

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