C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotConditionalFieldStyle Class / ReadXml Method
System.Xml.XmlReader that contains the style information.

In This Topic
ReadXml Method (PivotConditionalFieldStyle)
In This Topic
Reads the style from an System.Xml.XmlReader.
Syntax
'Declaration
 
Public Sub ReadXml( _
   ByVal xr As XmlReader _
) 
 

Parameters

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