<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapConditionalFieldStyle Class / ReadXml Method
System.Xml.XmlReader that contains the style information.

In This Topic
    ReadXml Method (C1OlapConditionalFieldStyle)
    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