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

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

    Parameters

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