True if drilldown is enabled. The default value is True. Read/write Boolean.
Setting this property for a PivotTable report sets it for all fields in that report.
For OLAP data sources, the value is always True.
This example disables drilldown for all fields in the the first PivotTable report on worksheet one/.
Worksheets(1).PivotTables("Pivot1").EnableDrilldown = False