Loads the style properties from an XmlReader.

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

Syntax

C#
protected virtual void LoadAttributes(
	XmlReader xr
)
Visual Basic
Protected Overridable Sub LoadAttributes ( _
	xr As XmlReader _
)

Parameters

xr
Type: System.Xml..::..XmlReader
XmlReader that contains the style properties.

See Also