Saves the currently loaded document, allowing the user to select the file name and the output format, using the ExportOptions specified on the current preview pane.

Namespace:  C1.Win.C1Preview
Assembly:  C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)

Syntax

C#
public bool FileSave()
Visual Basic
Public Function FileSave As Boolean

Return Value

true if the file was saved, false if an error occurred or if the user cancelled the dialog.

Remarks

If a handler is assigned to the Error event, that handler is invoked but no message is shown to the user.

See Also