<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapEngine Class / ReadXml Method / ReadXml(String) Method
Name of the file that contains the view definition.

In This Topic
    ReadXml(String) Method
    In This Topic
    Reads an Olap view definition from a file.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal path As String _
    ) 
    public void ReadXml( 
       string path
    )

    Parameters

    path
    Name of the file that contains the view definition.
    See Also