PivotTable.EnableDrilldown 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 drilldown is enabled. The default value is True. Read/write Boolean.
public:
property bool EnableDrilldown { bool get(); void set(bool value); };
public bool EnableDrilldown { get; set; }
Public Property EnableDrilldown As Boolean
Property Value
Remarks
Setting this property for a PivotTable report sets it for all fields in that report.
For OLAP data sources, the value is always True.