DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine Class / WriteXml Method / WriteXml(String) Method
Name of the file to save.

In This Topic
    WriteXml(String) Method
    In This Topic
    Saves the current PivotEngine view definition into an XML file.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal path As String _
    ) 
    public void WriteXml( 
       string path
    )

    Parameters

    path
    Name of the file to save.
    See Also