Returns the root item of a PivotTable for the current DataCubeView PrimaryDimesion.

Namespace:  PerpetuumSoft.Olap
Assembly:  PerpetuumSoft.Olap (in PerpetuumSoft.Olap.dll) Version: 3.9.0.1

Syntax

C#
protected virtual FieldItem GetRootItem()
Visual Basic (Declaration)
Protected Overridable Function GetRootItem As FieldItem
Visual C++
protected:
virtual FieldItem^ GetRootItem()

See Also