PivotTable.PrintDrillIndicators 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.
Specifies whether or not drill indicators are printed with the PivotTable. Read/write.
public:
property bool PrintDrillIndicators { bool get(); void set(bool value); };
public bool PrintDrillIndicators { get; set; }
Public Property PrintDrillIndicators As Boolean
Property Value
Boolean
Remarks
Returns True if drill indicators are printed with the PivotTable and returns False if drill indicators are not printed with the PivotTable.
When the ShowDrillIndicators property is set to False, the ShowDrillIndicators property has no effect. Drill indicators are not printed when they are not displayed in the PivotTable.