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