Saves the current Olap view definition into an Xml file.

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

Syntax

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

Parameters

path
Type: System..::..String
Name of the file to save.

See Also