Gets or sets a value indicating whether the exporter appears in the default "file save" dialog of a C1PrintPreviewControl.
            
        
    Namespace: 
   C1.Win.C1PreviewAssembly: C1.Win.C1Report.2 (in C1.Win.C1Report.2.dll)
 Syntax
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
Remarks
The default value for this property is True.
 
     
     
     
     
    