<
OLAP for WPF and Silverlight | ComponentOne
C1.Silverlight.Olap Namespace / C1OlapPage Class / WriteXml Method / WriteXml(String) Method
Name of the file to save.

In This Topic
    WriteXml(String) Method
    In This Topic
    Saves the control settings into an Xml file.
    Syntax
    'Declaration
     
    Public Overloads Sub WriteXml( _
       ByVal path As String _
    ) 
    public void WriteXml( 
       string path
    )

    Parameters

    path
    Name of the file to save.
    See Also