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

In This Topic
    LoadAttributes Method (C1OlapFieldStyle)
    In This Topic
    Loads the style properties from an System.Xml.XmlReader.
    Syntax
    'Declaration
     
    Protected Overridable Sub LoadAttributes( _
       ByVal xr As XmlReader _
    ) 
    protected virtual void LoadAttributes( 
       XmlReader xr
    )

    Parameters

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