GanttView for WPF | ComponentOne
C1.WPF.GanttView.4.5.2 Assembly / C1.WPF.GanttView Namespace / C1GanttView Class / SaveXml Method / SaveXml(XmlWriter) Method

In This Topic
    SaveXml(XmlWriter) Method
    In This Topic
    Saves the contents of C1GanttView into an System.Xml.XmlWriter.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal writer As XmlWriter _
    ) 
    public void SaveXml( 
       XmlWriter writer
    )

    Parameters

    writer
    See Also