Gets FieldItem which is the root of Y dimension.

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

Syntax

C#
public FieldItem YRoot { get; }
Visual Basic (Declaration)
Public ReadOnly Property YRoot As FieldItem
Visual C++
public:
property FieldItem^ YRoot {
	FieldItem^ get ();
}

See Also