Displays a dialog that allows the user to edit the export options.

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

Syntax

C#
public virtual bool ShowOptionsDialog()
Visual Basic
Public Overridable Function ShowOptionsDialog As Boolean

Return Value

true if the dialog was displayed successfully and the user pressed OK, false otherwise.

See Also