Gets FieldItem which is the root of X dimension.

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

Syntax

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

See Also