Represents an action handler that saves or exports a document to a disk file.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public class ActionHandlerFileSave : ActionHandlerFile |
Visual Basic |
---|
Public Class ActionHandlerFileSave _ Inherits ActionHandlerFile |
Remarks
If the FileName is not specified when this action handler
is invoked, a file save dialog is shown to the user.
For details on the use of action handlers, see ActionHandlerBase.
Inheritance Hierarchy
System..::..Object
C1.C1Preview..::..ActionHandlerBase
C1.C1Preview..::..ActionHandlerFile
C1.C1Preview..::..ActionHandlerFileSave
C1.C1Preview..::..ActionHandlerBase
C1.C1Preview..::..ActionHandlerFile
C1.C1Preview..::..ActionHandlerFileSave