DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotField Class / WriteAttributes Method
System.Xml.XmlWriter where the field will be saved.

In This Topic
    WriteAttributes Method
    In This Topic
    Saves addition attributes of the field into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Protected Overridable Sub WriteAttributes( _
       ByVal xw As XmlWriter _
    ) 
    protected virtual void WriteAttributes( 
       XmlWriter xw
    )

    Parameters

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