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

In This Topic
    LoadAttributes Method (C1OlapConditionalFieldStyle)
    In This Topic
    Reads the style from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Protected Overrides Sub LoadAttributes( _
       ByVal xr As XmlReader _
    ) 
    protected override void LoadAttributes( 
       XmlReader xr
    )

    Parameters

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