[]
Saves layouts of C1DashboardLayout control to the XML file.
public void SaveLayout(string fileName)
Public Sub SaveLayout(fileName As String)
| Type | Name | Description |
|---|---|---|
| string | fileName | The name of the XML file. |
Saves layouts of C1DashboardLayout control to the XML file.
public void SaveLayout(Stream stream)
Public Sub SaveLayout(stream As Stream)
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream to output. |