Saves the style into an XmlWriter.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.4 (in C1.Silverlight.Olap.4.dll)

Syntax

C#
public void WriteXml(
	XmlWriter xw,
	string styleName
)
Visual Basic
Public Sub WriteXml ( _
	xw As XmlWriter, _
	styleName As String _
)

Parameters

xw
Type: System.Xml..::..XmlWriter
XmlWriter where the style will be saved.
styleName
Type: System..::..String
XmlWriter name of the style to be saved.

See Also