LightSwitch HTML Edition
WriteXml Method (C1OlapFieldStyle)






System.Xml.XmlWriter where the style will be saved.
System.Xml.XmlWriter name of the style to be saved.
Saves the style into an System.Xml.XmlWriter.
Syntax
'Declaration
 
Public Sub WriteXml( _
   ByVal xw As System.Xml.XmlWriter, _
   ByVal styleName As System.String _
) 
'Usage
 
Dim instance As C1OlapFieldStyle
Dim xw As System.Xml.XmlWriter
Dim styleName As System.String
 
instance.WriteXml(xw, styleName)
public void WriteXml( 
   System.Xml.XmlWriter xw,
   System.string styleName
)
public procedure WriteXml( 
    xw: System.Xml.XmlWriter;
    styleName: System.String
); 
public function WriteXml( 
   xw : System.Xml.XmlWriter,
   styleName : System.String
);
public: void WriteXml( 
   System.Xml.XmlWriter* xw,
   System.string* styleName
) 
public:
void WriteXml( 
   System.Xml.XmlWriter^ xw,
   System.String^ styleName
) 

Parameters

xw
System.Xml.XmlWriter where the style will be saved.
styleName
System.Xml.XmlWriter name of the style to be saved.
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

C1OlapFieldStyle Class
C1OlapFieldStyle Members

Send Feedback