DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / WriteXml Method / WriteXml(XmlWriter) Method
System.Xml.XmlWriter where the view definition will be saved.

In This Topic
    WriteXml(XmlWriter) Method
    In This Topic
    Saves the current PivotEngine view definition into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal xw As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter xw
    )

    Parameters

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