CornerLabels object, DataLabels object
Returns the display value of a corner or data label. The Display (Property) uses the BqPivotLabelDisplay constant. Valid options for displaying the label are side, top, both or none. The default corner label value is none.
The BqPivotLabelDisplay constant group consists of these values:
This example shows how to return a corner label at the top of the Pivot report:
ActiveDocument.Sections["SalesPivot"].CornerLabels. Display=bqPivotLabelDisplayBoth