LightSwitch HTML Edition
ReadXml(XmlReader) Method






System.Xml.XmlReader that contains the view definition.
Reads an Olap view definition from an System.Xml.XmlReader.
Syntax
'Declaration
 
Public Overloads Sub ReadXml( _
   ByVal xr As System.Xml.XmlReader _
) 
'Usage
 
Dim instance As C1OlapEngine
Dim xr As System.Xml.XmlReader
 
instance.ReadXml(xr)
public void ReadXml( 
   System.Xml.XmlReader xr
)
public procedure ReadXml( 
    xr: System.Xml.XmlReader
); 
public function ReadXml( 
   xr : System.Xml.XmlReader
);
public: void ReadXml( 
   System.Xml.XmlReader* xr
) 
public:
void ReadXml( 
   System.Xml.XmlReader^ xr
) 

Parameters

xr
System.Xml.XmlReader 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