<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapConditionalFieldStyle Class / SaveAttributes Method
System.Xml.XmlWriter where the style properties will be saved.

In This Topic
    SaveAttributes Method (C1OlapConditionalFieldStyle)
    In This Topic
    Saves the style properties to an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Protected Overrides Sub SaveAttributes( _
       ByVal xw As XmlWriter _
    ) 
    protected override void SaveAttributes( 
       XmlWriter xw
    )

    Parameters

    xw
    System.Xml.XmlWriter where the style properties will be saved.
    See Also