[]
        
(Showing Draft Content)

C1.PivotEngine.C1PivotEngine.WriteXml

WriteXml Method

WriteXml(XmlWriter)

Saves the current PivotEngine view definition into an System.Xml.XmlWriter.

Declaration
public void WriteXml(XmlWriter xw)
Parameters
Type Name Description
XmlWriter xw

System.Xml.XmlWriter where the view definition will be saved.

WriteXml(string)

Saves the current PivotEngine view definition into an XML file.

Declaration
public void WriteXml(string path)
Parameters
Type Name Description
string path

Name of the file to save.