DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFieldStyle Class / SaveAttributes Method
System.Xml.XmlWriter where the style properties will be saved.

In This Topic
    SaveAttributes Method (PivotFieldStyle)
    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