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

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