C1.C1Report.4 Assembly / C1.C1Report Namespace / C1Report Class / Save Method / Save(XmlTextWriter) Method
An System.Xml.XmlTextWriter object where the report definition will be saved.

In This Topic
Save(XmlTextWriter) Method
In This Topic
Saves the current report definition to an System.Xml.XmlTextWriter object.
Syntax
'Declaration
 
Public Overloads Sub Save( _
   ByVal writer As XmlTextWriter _
) 
 

Parameters

writer
An System.Xml.XmlTextWriter object where the report definition will be saved.
Remarks
This method does not embed pictures and subreports into the output file. It only saves subreport names and saves images in external files.
See Also