Reads an Olap view definition from a file.

Namespace:  C1.Olap
Assembly:  C1.Silverlight.Olap.5 (in C1.Silverlight.Olap.5.dll)

Syntax

C#
public void ReadXml(
	string path
)
Visual Basic
Public Sub ReadXml ( _
	path As String _
)

Parameters

path
Type: System..::..String
Name of the file that contains the view definition.

See Also