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

In This Topic
    WriteXml Method (ReportOptions)
    In This Topic
    Saves the document settings 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 document settings will be saved.
    See Also