[]
        
(Showing Draft Content)

C1.Win.FlexPivot.C1FlexPivotPrintDocument.ReadXml

ReadXml Method

ReadXml(XmlReader)

Reads the document settings from an XmlReader.

Declaration
public void ReadXml(XmlReader xr)
Public Sub ReadXml(xr As XmlReader)
Parameters
Type Name Description
XmlReader xr

XmlReader that contains the document settings.

ReadXml(string)

Reads the document settings from a file.

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

Name of the file that contains the document settings.