PivotTable.EnableFieldDialog Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.