LightSwitch HTML Edition
ReadXml(String) Method






Name of the file that contains the view definition.
Reads an Olap view definition from a file.
Syntax
'Declaration
 
Public Overloads Sub ReadXml( _
   ByVal path As System.String _
) 
'Usage
 
Dim instance As C1OlapEngine
Dim path As System.String
 
instance.ReadXml(path)
public void ReadXml( 
   System.string path
)
public procedure ReadXml( 
    path: System.String
); 
public function ReadXml( 
   path : System.String
);
public: void ReadXml( 
   System.string* path
) 
public:
void ReadXml( 
   System.String^ path
) 

Parameters

path
Name of the file that contains the view definition.
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