C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotConditionalFieldStyle Class / WriteXml Method
System.Xml.XmlWriter where the style will be saved.
System.Xml.XmlWriter name of the style to be saved.

In This Topic
WriteXml Method (PivotConditionalFieldStyle)
In This Topic
Saves the style into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal xw As XmlWriter, _
   ByVal styleName As String _
) 
 

Parameters

xw
System.Xml.XmlWriter where the style will be saved.
styleName
System.Xml.XmlWriter name of the style to be saved.
See Also