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

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

Parameters

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