[]
        
(Showing Draft Content)

C1.Win.FlexPivot.C1FlexPivotPage.WriteXml

WriteXml Method

WriteXml(string)

Saves the control settings into an Xml file.

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

Name of the file to save.

WriteXml(XmlWriter)

Saves the control settings into an XmlWriter.

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

XmlWriter where the control settings will be saved.