Gets or sets a value indicating whether to show the export options dialog to the user.

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

Syntax

C#
[RefreshPropertiesAttribute(RefreshProperties.All)]
[DefaultValueAttribute(true)]
public bool ShowOptions { get; set; }
Visual Basic
<RefreshPropertiesAttribute(RefreshProperties.All)> _
<DefaultValueAttribute(True)> _
Public Property ShowOptions As Boolean
	Get
	Set

Remarks

The default value for this property is True.

See Also