PivotTable.EnableDrilldown Property

Definition

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.

Applies to