DataEngine for .NET Standard | ComponentOne
C1.PivotEngine Assembly / C1.PivotEngine Namespace / C1PivotEngine 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 a PivotEngine 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