Initializes a new instance of the ActionHandlerFileSave class,
assigning the FileName and ExportProvider properties.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public ActionHandlerFileSave( string fileName, ExportProvider exportProvider ) |
Visual Basic |
---|
Public Sub New ( _ fileName As String, _ exportProvider As ExportProvider _ ) |
Parameters
- fileName
- Type: System..::..String
The file name to assign to the FileName property.
- exportProvider
- Type: C1.C1Preview.Export..::..ExportProvider
The ExportProvider to assign to the ExportProvider property.