<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapConditionalFieldStyle Class / WriteXml Method
System.Xml.XmlWriter where the style will be saved.
System.Xml.XmlWriter name of the style to be saved.

In This Topic
    WriteXml Method (C1OlapConditionalFieldStyle)
    In This Topic
    Saves the style into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal xw As XmlWriter, _
       ByVal styleName As String _
    ) 
    public void WriteXml( 
       XmlWriter xw,
       string styleName
    )

    Parameters

    xw
    System.Xml.XmlWriter where the style will be saved.
    styleName
    System.Xml.XmlWriter name of the style to be saved.
    See Also