PivotItem.ParentShowDetail 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 the specified item is showing because one of its parents is showing detail. False if the specified item isn’t showing because one of its parents is hiding detail. This property is available only if the item is grouped. Read-only Boolean.
public:
property bool ParentShowDetail { bool get(); };
public bool ParentShowDetail { get; }
Public ReadOnly Property ParentShowDetail As Boolean
Property Value
Remarks
This property isn’t available for OLAP data sources.