PivotField.GroupLevel 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.
Returns the placement of the specified field within a group of fields (if the field is a member of a grouped set of fields). Read-only.
public:
property System::Object ^ GroupLevel { System::Object ^ get(); };
public object GroupLevel { get; }
Public ReadOnly Property GroupLevel As Object
Property Value
Remarks
This property is not available for OLAP data sources.
The highest-level parent field (leftmost parent field) is level one, its child is level two, and so on.