<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapPage Class / WriteXml Method / WriteXml(XmlWriter) Method
System.Xml.XmlWriter where the control settings will be saved.

In This Topic
    WriteXml(XmlWriter) Method
    In This Topic
    Saves the control settings into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal xw As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter xw
    )

    Parameters

    xw
    System.Xml.XmlWriter where the control settings will be saved.
    See Also