WriteXml Method (PivotField)
In This Topic
Saves the field into an
System.Xml.XmlWriter.
Syntax
'Declaration
Public Overridable Sub WriteXml( _
ByVal As XmlWriter _
)
public virtual void WriteXml(
XmlWriter
)
Parameters
- xw
- System.Xml.XmlWriter where the field will be saved.
See Also