ComponentOne FlexPivot for WinForms
WriteXml Method (C1FlexPivotFieldStyle)

C1.DataEngine.4 Assembly > C1.FlexPivot Namespace > C1FlexPivotFieldStyle Class : WriteXml Method
System.Xml.XmlWriter where the style will be saved.
System.Xml.XmlWriter name of the style to be saved.
Saves the style into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal xw As System.Xml.XmlWriter, _
   ByVal styleName As System.String _
) 
public void WriteXml( 
   System.Xml.XmlWriter xw,
   System.string styleName
)

Parameters

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

Reference

C1FlexPivotFieldStyle Class
C1FlexPivotFieldStyle Members