ComponentOne GanttView for WinForms
SaveXml(Stream,Encoding) Method

C1.Win.C1GanttView.4 Assembly > C1.Win.C1GanttView Namespace > C1GanttView Class > SaveXml Method : SaveXml(Stream,Encoding) Method
Saves the contents of C1GanttView into a System.IO.Stream.
Syntax
'Declaration
 
Public Overloads Sub SaveXml( _
   ByVal stream As System.IO.Stream, _
   ByVal encoding As System.Text.Encoding _
) 
public void SaveXml( 
   System.IO.Stream stream,
   System.Text.Encoding encoding
)

Parameters

stream
encoding
See Also

Reference

C1GanttView Class
C1GanttView Members
Overload List