ComponentOne FlexPivot for WinForms
C1.Win.FlexPivot.4.5.2 Assembly / C1.Win.FlexPivot Namespace / C1FlexPivotGrid Class / WriteXml Method / WriteXml(Stream) Method
The System.IO.Stream where the document is saved.

In This Topic
    WriteXml(Stream) Method
    In This Topic
    Saves the grid contents to an Xml document.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal stream As Stream _
    ) 
    public void WriteXml( 
       Stream stream
    )

    Parameters

    stream
    The System.IO.Stream where the document is saved.
    See Also