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

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

    Parameters

    tr
    System.IO.TextReader object to use for loading the grid.
    See Also