ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.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 System.String _
    ) 
    public void WriteXml( 
       System.string path
    )

    Parameters

    path
    Name of the file to save.
    See Also