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 _
) 
 

Parameters

path
Name of the file to save.
See Also