Gets or sets a value indicating whether the exporter appears in the default "file save" dialog of a C1PrintPreviewControl.

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

Syntax

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

Remarks

The default value for this property is True.

See Also