[]
Saves a Gauge view into an XML file.
public void SaveView(string fileName)
Public Sub SaveView(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName |
Saves a Gauge view into an XML file.
public void SaveView(string fileName, Encoding encoding)
Public Sub SaveView(fileName As String, encoding As Encoding)
| Type | Name | Description |
|---|---|---|
| string | fileName | |
| Encoding | encoding |
Saves a Gauge view into a Stream.
public void SaveView(Stream stream)
Public Sub SaveView(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream |
Saves a Gauge view into a Stream.
public void SaveView(Stream stream, Encoding encoding)
Public Sub SaveView(stream As Stream, encoding As Encoding)
| Type | Name | Description |
|---|---|---|
| Stream | stream | |
| Encoding | encoding |
Saves a Gauge view into an System.Xml.XmlWriter.
public void SaveView(XmlWriter writer)
Public Sub SaveView(writer As XmlWriter)
| Type | Name | Description |
|---|---|---|
| XmlWriter | writer |