[]
Shows the SaveFileDialog and exports specified data to the selected file.
public void Export(object parameter, string dialogTitle)
Public Sub Export(parameter As Object, dialogTitle As String)
| Type | Name | Description |
|---|---|---|
| object | parameter | an object to export. This parameter can be one of the next:
|
| string | dialogTitle | the string value used as a SaveFileDialog title. |