ComponentOne Olap for WinForms
C1.Win.Olap.4 Assembly / C1.Win.Olap Namespace / C1OlapPage Class / ReadXml Method / ReadXml(String) Method
Name of the file that contains the control settings.

In This Topic
    ReadXml(String) Method
    In This Topic
    Reads the control settings from a file.
    Syntax
    'Declaration
     
    Public Overloads Sub ReadXml( _
       ByVal path As System.String _
    ) 
    public void ReadXml( 
       System.string path
    )

    Parameters

    path
    Name of the file that contains the control settings.
    See Also