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

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

    Parameters

    stream
    System.IO.Stream object to use for loading the grid.
    See Also