[]
        
(Showing Draft Content)

C1.WPF.GanttView.C1GanttView.SaveXml

SaveXml Method

SaveXml(string)

Saves the contents of C1GanttView into an XML file.

Declaration
public void SaveXml(string fileName)
Parameters
Type Name Description
string fileName

SaveXml(string, Encoding)

Saves the contents of C1GanttView into an XML file.

Declaration
public void SaveXml(string fileName, Encoding encoding)
Parameters
Type Name Description
string fileName
Encoding encoding

SaveXml(Stream)

Saves the contents of C1GanttView into a Stream.

Declaration
public void SaveXml(Stream stream)
Parameters
Type Name Description
Stream stream

SaveXml(Stream, Encoding)

Saves the contents of C1GanttView into a Stream.

Declaration
public void SaveXml(Stream stream, Encoding encoding)
Parameters
Type Name Description
Stream stream
Encoding encoding

SaveXml(XmlWriter)

Saves the contents of C1GanttView into an System.Xml.XmlWriter.

Declaration
public void SaveXml(XmlWriter writer)
Parameters
Type Name Description
XmlWriter writer