FlexPivot for WPF | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / PivotFilter Class / WriteXml(XmlWriter) Method
System.Xml.XmlWriter where the filter will be saved.

In This Topic
    WriteXml(XmlWriter) Method
    In This Topic
    Persist filter to Xml.
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal xw As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter xw
    )

    Parameters

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