C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldStyle Class / LoadAttributes Method
System.Xml.XmlReader that contains the style properties.

In This Topic
LoadAttributes Method (PivotFieldStyle)
In This Topic
Loads the style properties from an System.Xml.XmlReader.
Syntax
'Declaration
 
Protected Overridable Sub LoadAttributes( _
   ByVal xr As XmlReader _
) 
 

Parameters

xr
System.Xml.XmlReader that contains the style properties.
See Also