[]
Saves the contents of C1GanttView into an XML file.
public void SaveXml(string fileName)
Type | Name | Description |
---|---|---|
string | fileName |
Saves the contents of C1GanttView into an XML file.
public void SaveXml(string fileName, Encoding encoding)
Type | Name | Description |
---|---|---|
string | fileName | |
Encoding | encoding |
Saves the contents of C1GanttView into a Stream.
public void SaveXml(Stream stream)
Type | Name | Description |
---|---|---|
Stream | stream |
Saves the contents of C1GanttView into a Stream.
public void SaveXml(Stream stream, Encoding encoding)
Type | Name | Description |
---|---|---|
Stream | stream | |
Encoding | encoding |
Saves the contents of C1GanttView into an System.Xml.XmlWriter.
public void SaveXml(XmlWriter writer)
Type | Name | Description |
---|---|---|
XmlWriter | writer |