Gets a value indicating whether the associated exporter can show a dialog allowing the user to edit the export options. This implementation returns true.

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

Syntax

C#
public override bool CanShowOptions { get; }
Visual Basic
Public Overrides ReadOnly Property CanShowOptions As Boolean
	Get

See Also