[]
        
(Showing Draft Content)

C1.Win.FlexPivot.C1FlexPivotPrintDocument.WriteXml

WriteXml Method

WriteXml(XmlWriter)

Saves the document settings into an XmlWriter.

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

XmlWriter where the document settings will be saved.

WriteXml(string)

Saves the document settings into an Xml file.

Declaration
public void WriteXml(string path)
Public Sub WriteXml(path As String)
Parameters
Type Name Description
string path

Name of the file to save.