Reads the style from an XmlReader.

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

Syntax

C#
protected override void LoadAttributes(
	XmlReader xr
)
Visual Basic
Protected Overrides Sub LoadAttributes ( _
	xr As XmlReader _
)

Parameters

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

See Also