[]
        
(Showing Draft Content)

C1.Win.FlexPivot.C1FlexPivotPrintDocument.WriteXml

WriteXml Method

WriteXml(XmlWriter)

Saves the document settings into an System.Xml.XmlWriter.

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

System.Xml.XmlWriter where the document settings will be saved.

WriteXml(string)

Saves the document settings into an Xml file.

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

Name of the file to save.