C1.Win.FlexPivot.8 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotPrintDocument Class / ReadXml Method / ReadXml(XmlReader) Method
System.Xml.XmlReader that contains the document settings.

In This Topic
ReadXml(XmlReader) Method
In This Topic
Reads the document settings from an System.Xml.XmlReader.
Syntax
'Declaration
 
Public Overloads Sub ReadXml( _
   ByVal xr As XmlReader _
) 
 

Parameters

xr
System.Xml.XmlReader that contains the document settings.
See Also