[]
Initializes a new instance of the ActionHandlerFileSave class.
public ActionHandlerFileSave()
Initializes a new instance of the ActionHandlerFileSave class, assigning the FileName property.
public ActionHandlerFileSave(string fileName)
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name to assign to the FileName property. |
Initializes a new instance of the ActionHandlerFileSave class, assigning the FileName and ExportProvider properties.
public ActionHandlerFileSave(string fileName, ExportProvider exportProvider)
| Type | Name | Description |
|---|---|---|
| string | fileName | The file name to assign to the FileName property. |
| ExportProvider | exportProvider | The ExportProvider to assign to the ExportProvider property. |