ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / ReadXml Method / ReadXml(XmlReader) Method
System.Xml.XmlReader object to use for loading the grid.

In This Topic
    ReadXml(XmlReader) Method
    In This Topic
    Loads the grid from an Xml document.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal xr As XmlReader _
    ) 
    public void ReadXml( 
       XmlReader xr
    )

    Parameters

    xr
    System.Xml.XmlReader object to use for loading the grid.
    See Also