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

In This Topic
    SaveXml(Stream) Method
    In This Topic
    Saves the contents of C1GanttView into a System.IO.Stream.
    Syntax
    'Declaration
     
    Public Overloads Sub SaveXml( _
       ByVal stream As Stream _
    ) 
    public void SaveXml( 
       Stream stream
    )

    Parameters

    stream
    See Also