FlexPivot for WPF | ComponentOne
C1.WPF.Pivot Assembly / C1.WPF.Pivot Namespace / ReportOptions Class / ReadXml Method
System.Xml.XmlReader that contains the document settings.

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

    Parameters

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