C1.C1Report.4 Assembly / 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 System.Boolean _
) 
 

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