Save(XmlWriter) Method | FlexReport for UWP | ComponentOne
C1.UWP.FlexReport Assembly / C1.Xaml.FlexReport Namespace / C1FlexReport Class / Save Method / Save(XmlWriter) Method
An System.Xml.XmlWriter object where the report definition will be saved.

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

Parameters

writer
An System.Xml.XmlWriter object where the report definition will be saved.
Remarks
This method does not embed pictures and subreports into the output file.
See Also