<
OLAP for WPF and Silverlight | ComponentOne
C1.Olap Namespace / C1OlapField Class / WriteXml Method
System.Xml.XmlWriter where the field will be saved.

In This Topic
    WriteXml Method (C1OlapField)
    In This Topic
    Saves the field into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Sub WriteXml( _
       ByVal xw As XmlWriter _
    ) 
    public void WriteXml( 
       XmlWriter xw
    )

    Parameters

    xw
    System.Xml.XmlWriter where the field will be saved.
    See Also