PivotField.TotalLevels 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 total number of fields in the current field group. If the field isn’t grouped, or if the data source is OLAP-based, TotalLevels returns the value 1. Read-only Integer.
public:
property System::Object ^ TotalLevels { System::Object ^ get(); };
public object TotalLevels { get; }
Public ReadOnly Property TotalLevels As Object
Property Value
Remarks
All fields in a set of grouped fields have the same TotalLevels value.