DataEngine for .NET Standard | ComponentOne
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 _
    ) 
    public virtual void ReadXml( 
       XmlReader xr
    )

    Parameters

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