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

In This Topic
    WriteXml(String) Method
    In This Topic
    Saves the current Olap view definition 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