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

In This Topic
WriteAttributes Method
In This Topic
Saves addition attributes of the field into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Protected Overridable Sub WriteAttributes( _
   ByVal xw As XmlWriter _
) 
 

Parameters

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