LightSwitch HTML Edition
WriteXml(String) Method






Name of the file to save.
Saves the current Olap view definition into an Xml file.
Syntax
'Declaration
 
Public Overloads Sub WriteXml( _
   ByVal path As System.String _
) 
'Usage
 
Dim instance As C1OlapEngine
Dim path As System.String
 
instance.WriteXml(path)
public void WriteXml( 
   System.string path
)
public procedure WriteXml( 
    path: System.String
); 
public function WriteXml( 
   path : System.String
);
public: void WriteXml( 
   System.string* path
) 
public:
void WriteXml( 
   System.String^ path
) 

Parameters

path
Name of the file to save.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1OlapEngine Class
C1OlapEngine Members
Overload List

Send Feedback