SaveAttributes Method (PivotFieldStyle)
In This Topic
Saves the style properties to an
System.Xml.XmlWriter.
Syntax
'Declaration
Protected Overridable Sub SaveAttributes( _
ByVal As XmlWriter _
)
protected virtual void SaveAttributes(
XmlWriter
)
Parameters
- xw
- System.Xml.XmlWriter where the style properties will be saved.
See Also