PivotTable.EnableFieldDialog Property

Definition

True if the PivotTable Field dialog box is available when the user double-clicks the PivotTable field. The default value is True. Read/write Boolean.

public:
 property bool EnableFieldDialog { bool get(); void set(bool value); };
public bool EnableFieldDialog { get; set; }
Public Property EnableFieldDialog As Boolean

Property Value

Remarks

Setting this property for a PivotTable report sets it for all fields in that report.

Applies to