Returns the depth of a tree which root is the given item.

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

Syntax

C#
public int GetTreeDepth()
Visual Basic (Declaration)
Public Function GetTreeDepth As Integer
Visual C++
public:
int GetTreeDepth()

See Also