Saves the style properties to an XmlWriter.

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

Syntax

C#
protected virtual void SaveAttributes(
	XmlWriter xw
)
Visual Basic
Protected Overridable Sub SaveAttributes ( _
	xw As XmlWriter _
)

Parameters

xw
Type: System.Xml..::..XmlWriter
XmlWriter where the style properties will be saved.

See Also