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 _
) 
 

Parameters

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