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

    Parameters

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