C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / WriteXml Method
System.Xml.XmlWriter where the field will be saved.

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

Parameters

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