C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / WriteXml Method / WriteXml(XmlWriter) Method
System.Xml.XmlWriter where the document settings will be saved.

In This Topic
WriteXml(XmlWriter) Method
In This Topic
Saves the document settings into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Overloads Sub WriteXml( _
   ByVal xw As XmlWriter _
) 
 

Parameters

xw
System.Xml.XmlWriter where the document settings will be saved.
See Also